diff options
Diffstat (limited to 'user/xfce4-sensors-plugin/APKBUILD')
-rw-r--r-- | user/xfce4-sensors-plugin/APKBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/user/xfce4-sensors-plugin/APKBUILD b/user/xfce4-sensors-plugin/APKBUILD index 781ec965d..a46c852f2 100644 --- a/user/xfce4-sensors-plugin/APKBUILD +++ b/user/xfce4-sensors-plugin/APKBUILD @@ -1,15 +1,17 @@ -# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> -# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=xfce4-sensors-plugin -pkgver=1.3.92 +pkgver=1.4.4 +_xfce=4.16 pkgrel=0 pkgdesc="Hardware sensor monitor plugin for the XFCE panel" url="https://xfce.org" arch="all" license="GPL-2.0+" -makedepends="intltool libxfce4ui-dev xfce4-panel-dev" +depends="" +makedepends="intltool libxfce4ui-dev xfce4-panel-dev>=$_xfce" subpackages="$pkgname-doc $pkgname-lang" -source="https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.3/xfce4-sensors-plugin-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/${pkgver%.*}/xfce4-sensors-plugin-$pkgver.tar.bz2" build() { LIBS="-lintl" ./configure \ @@ -30,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a5b7d90683c993205323084431606cc6d13de88989e3636fba5c06bfa7ef52fbe6285e3bd7f8eb70683541b5c42727c8fbe7bf80e8832bcfb378de0e6d7d7b37 xfce4-sensors-plugin-1.3.92.tar.bz2" +sha512sums="45a5df383cc950f05f33d3d658b4847890e4136d6c72708a4218f1460a27d44a07a3f726d6c509bc706b963041a5dab3259dd94127636fb196d47ab9a0d6f702 xfce4-sensors-plugin-1.4.4.tar.bz2" |