aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-sensors-applet/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-sensors-applet/APKBUILD')
-rw-r--r--community/mate-sensors-applet/APKBUILD21
1 files changed, 16 insertions, 5 deletions
diff --git a/community/mate-sensors-applet/APKBUILD b/community/mate-sensors-applet/APKBUILD
index a08b9526984..bd55b349a42 100644
--- a/community/mate-sensors-applet/APKBUILD
+++ b/community/mate-sensors-applet/APKBUILD
@@ -1,15 +1,24 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-sensors-applet
-pkgver=1.24.1
+pkgver=1.26.0
pkgrel=0
pkgdesc="Applet for the MATE Panel to display readings from hardware sensors"
url="https://github.com/mate-desktop/mate-sensors-applet"
-arch="all !s390x !mips !mips64" # Limited by mate-panel
+arch="all"
license="GPL-2.0-or-later"
depends="perl-xml-parser"
-makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev libxslt-dev
- itstool libxml2-utils mandoc-dev libnotify-dev"
+makedepends="
+ glib-dev
+ gtk+3.0-dev
+ intltool
+ itstool
+ libnotify-dev
+ libxml2-utils
+ libxslt-dev
+ mandoc-dev
+ mate-panel-dev
+ "
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-sensors-applet-$pkgver.tar.xz"
@@ -31,4 +40,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="3bf21d501e067a2ce002c5149f42161cc6917609ceb2396b705e905987cb4d989725ca825c6de7bbe4e950f7a01e755c2cd5b45532d6f65aef690f394741489a mate-sensors-applet-1.24.1.tar.xz"
+sha512sums="
+1419c63e823bcec5d8fc4a619b3eb6c1eef0ac5d923177fae6649664616824cb5a257121aa88ab5d56d1d5ff5c44f1d62a4dd325dc718091e2d2e16ae326fa36 mate-sensors-applet-1.26.0.tar.xz
+"