diff options
Diffstat (limited to 'community/mate-sensors-applet/PKGBUILD')
-rw-r--r-- | community/mate-sensors-applet/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/mate-sensors-applet/PKGBUILD b/community/mate-sensors-applet/PKGBUILD index 715061ae9..469c31289 100644 --- a/community/mate-sensors-applet/PKGBUILD +++ b/community/mate-sensors-applet/PKGBUILD @@ -2,13 +2,12 @@ pkgname=mate-sensors-applet pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings." url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL') -depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' - 'mate-panel' 'yelp') +depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 'yelp-tools') optdepends=('yelp: for reading MATE help documents') options=('!emptydirs') |