diff options
-rw-r--r-- | libre/sensors-applet/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libre/sensors-applet/PKGBUILD b/libre/sensors-applet/PKGBUILD index d8a0adc64..f57461ec5 100644 --- a/libre/sensors-applet/PKGBUILD +++ b/libre/sensors-applet/PKGBUILD @@ -1,18 +1,20 @@ -# $Id: PKGBUILD 208268 2017-01-21 15:49:53Z bgyorgy $ # Maintainer (Arch): Balló György <ballogyor+arch at gmail dot com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=sensors-applet pkgver=3.0.0+13+g0728426 -pkgrel=1.parabola1 -pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings, without nonfree libxnvctrl support" -arch=('i686' 'x86_64') +pkgrel=2 +pkgrel+=.parabola1 +pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" +pkgdesc+=", without nonfree libxnvctrl support" +arch=('x86_64') +arch+=('i686' 'armv7h') url="http://sensors-applet.sourceforge.net/" license=('GPL') depends=('gnome-panel' 'libatasmart' 'lm_sensors') makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools') optdepends=('hddtemp: get HDD temperatures') -_commit=07284262768e3a7066da09845370d78526be6bc1 # master +_commit=07284262768e3a7066da09845370d78526be6bc1 # master source=("$pkgname::git+https://git.code.sf.net/p/sensors-applet/code#commit=$_commit") sha256sums=('SKIP') |