diff options
-rw-r--r-- | libre/hashcat/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/mate-sensors-applet-gtk3/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/mate-sensors-applet/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/sensors-applet/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libre/hashcat/PKGBUILD b/libre/hashcat/PKGBUILD index 59fc0d6c5..fd2c1a810 100644 --- a/libre/hashcat/PKGBUILD +++ b/libre/hashcat/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.00 pkgrel=2.parabola1 pkgdesc='Multithreaded advanced password recovery utility, without nonfree libxnvctrl and opencl-nvidia recommendation' url='https://hashcat.net/hashcat' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') depends=('gmp' 'libcl') optdepends=('opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers') makedepends=('opencl-headers') diff --git a/libre/mate-sensors-applet-gtk3/PKGBUILD b/libre/mate-sensors-applet-gtk3/PKGBUILD index 7c1b9e769..177ce3606 100644 --- a/libre/mate-sensors-applet-gtk3/PKGBUILD +++ b/libre/mate-sensors-applet-gtk3/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 (GTK3 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-gtk3') makedepends=('docbook-xsl' 'intltool' 'itstool') 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') diff --git a/libre/sensors-applet/PKGBUILD b/libre/sensors-applet/PKGBUILD index 0b5bfd753..efae5cfd4 100644 --- a/libre/sensors-applet/PKGBUILD +++ b/libre/sensors-applet/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.0 _gitrev=1e38ad607b6a6a0f370dd67f5e94c8a11e03eae5 pkgrel=7.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') +arch=('i686' 'x86_64' 'armv7h') url="http://sensors-applet.sourceforge.net/" license=('GPL') depends=('gnome-panel' 'libatasmart' 'lm_sensors') |