diff options
Diffstat (limited to 'libre/mate-sensors-applet/PKGBUILD')
-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 d843241b9..a7bfab355 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.0 +pkgver=1.18.1 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=('d83b760cf973ffd0fa74b520605ed50ef3b1858b') +sha1sums=('3eee40a21d8ac413ff65cb86fd9ff0ee06016354') build() { cd ${pkgname}-${pkgver} |