diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-sensors-applet/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mate-sensors-applet/APKBUILD b/community/mate-sensors-applet/APKBUILD index 4c4a75b0ea..e17d6af413 100644 --- a/community/mate-sensors-applet/APKBUILD +++ b/community/mate-sensors-applet/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-sensors-applet pkgver=1.21.0 -pkgrel=0 -pkgdesc="An applet for the MATE Panel to display readings from hardware sensors" +pkgrel=1 +pkgdesc="Applet for the MATE Panel to display readings from hardware sensors" url="https://github.com/mate-desktop/mate-sensors-applet" arch="all" -license="GPL-2.0" +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 mdocml-dev libnotify-dev" |