summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2017-12-10 13:21:43 -0600
committernate2017-12-10 13:21:43 -0600
commitce939b5ac5858e0433be2ab3965c9c16d4a64c73 (patch)
tree6beb40b4010bee7fb929636ed3f37bc53bb931ea /PKGBUILD
parent701f81c2d1366dd75460ac2bb9ae0135d5df0b13 (diff)
downloadaur-ce939b5ac5858e0433be2ab3965c9c16d4a64c73.tar.gz
Add arm 7 supported arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbb4082c3554..8d0b9dbb7498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=pix
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Image viewer and browser based on gthumb. X-Apps Project."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('desktop-file-utils' 'gconf' 'librsvg' 'clutter-gtk'
'gst-plugins-base-libs' 'gsettings-desktop-schemas' 'libwebp' 'webkit2gtk')