diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2016-08-11 14:44:05 -0500 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2016-08-11 14:44:05 -0500 |
commit | b6e57df1d96013bb067e45fa8688f24a7a2387b8 (patch) | |
tree | dcf14c129720a337b07778c99b34de3f7619b2e6 /libre/mate-sensors-applet | |
parent | 7e1203fe32ba2e068cc5dcefd0ef7c9a39aa1eb4 (diff) | |
download | abslibre-b6e57df1d96013bb067e45fa8688f24a7a2387b8.tar.gz abslibre-b6e57df1d96013bb067e45fa8688f24a7a2387b8.tar.bz2 abslibre-b6e57df1d96013bb067e45fa8688f24a7a2387b8.zip |
hashcat, sensors-applet, mate-sensors-applet{,-gtk3}: add armv7h support
Diffstat (limited to 'libre/mate-sensors-applet')
-rw-r--r-- | libre/mate-sensors-applet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/mate-sensors-applet/PKGBUILD b/libre/mate-sensors-applet/PKGBUILD index 402fec912..82d1cfd31 100644 --- a/libre/mate-sensors-applet/PKGBUILD +++ b/libre/mate-sensors-applet/PKGBUILD @@ -8,7 +8,7 @@ pkgver=${_ver}.0 pkgrel=1.parabola1 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK2 version), without nonfree libxnvctrl support" url="http://mate-desktop.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') license=('GPL') depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel') makedepends=('docbook-xsl' 'intltool' 'itstool') |