summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2017-12-10 13:21:43 -0600
committernate2017-12-10 13:21:43 -0600
commitce939b5ac5858e0433be2ab3965c9c16d4a64c73 (patch)
tree6beb40b4010bee7fb929636ed3f37bc53bb931ea
parent701f81c2d1366dd75460ac2bb9ae0135d5df0b13 (diff)
downloadaur-ce939b5ac5858e0433be2ab3965c9c16d4a64c73.tar.gz
Add arm 7 supported arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1a3754fa50a..55fc15b5b3e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Nov 24 14:58:48 UTC 2017
+# Sun Dec 10 19:21:39 UTC 2017
pkgbase = pix
pkgdesc = Image viewer and browser based on gthumb. X-Apps Project.
pkgver = 1.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/pix
install = pix.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = gnome-common
makedepends = intltool
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')