diff options
Diffstat (limited to 'libre/mate-sensors-applet')
-rw-r--r-- | libre/mate-sensors-applet/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/mate-sensors-applet/PKGBUILD b/libre/mate-sensors-applet/PKGBUILD index a7bfab355..f51f3f2f4 100644 --- a/libre/mate-sensors-applet/PKGBUILD +++ b/libre/mate-sensors-applet/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=mate-sensors-applet -pkgver=1.18.1 +pkgver=1.18.2 pkgrel=1.parabola1 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings, without nonfree libxnvctrl support" url="http://mate-desktop.org" @@ -14,7 +14,7 @@ groups=('mate-extra') conflicts=('mate-sensors-applet-gtk3') replaces=('mate-sensors-applet-gtk3') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('3eee40a21d8ac413ff65cb86fd9ff0ee06016354') +sha1sums=('415cc177b1e83015324e2ef00c2252be244024f6') build() { cd ${pkgname}-${pkgver} |