summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2017-12-10 13:20:38 -0600
committernate2017-12-10 13:20:38 -0600
commit6935f631251120f9b2a2370f51c28233dc6bfaaa (patch)
treeefc5826dc1ccd57ce2fccc6565770f1fce3666ee
parent9ad34ed8f6c1605166ee4c84cc64e29f3cced066 (diff)
downloadaur-6935f631251120f9b2a2370f51c28233dc6bfaaa.tar.gz
Add arm 7 supported arch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 076a4b22709b..7505df5ea826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Jun 10 01:05:18 UTC 2017
+# Sun Dec 10 19:20:36 UTC 2017
pkgbase = pix-git
pkgdesc = Image viewer and browser based on gthumb. X-Apps Project (git version).
- pkgver = 1.0.6.r0.g1030538
+ pkgver = 1.6.2.r0.gceadb95
pkgrel = 1
url = https://github.com/linuxmint/pix
install = pix.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = git
makedepends = gnome-common
@@ -33,6 +34,8 @@ pkgbase = pix-git
optdepends = brasero: Burn discs
optdepends = liboauth: Web albums
optdepends = libchamplain: Map Viewer
+ provides = pix-git
+ provides = pix
conflicts = pix
source = pix-git::git+https://github.com/linuxmint/pix.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8ea2919d4c30..c8c5130ccfd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=pix-git
_pkgbasename=pix
-pkgver=1.0.6.r0.g1030538
+pkgver=1.6.2.r0.gceadb95
pkgrel=1
pkgdesc="Image viewer and browser based on gthumb. X-Apps Project (git version)."
-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')
@@ -19,7 +19,7 @@ optdepends=('gstreamer: Video support'
'brasero: Burn discs'
'liboauth: Web albums'
'libchamplain: Map Viewer')
-provides=($_pkgname)
+provides=($pkgname $_pkgbasename)
conflicts=(${_pkgbasename})
url='https://github.com/linuxmint/pix'
install=pix.install