summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2017-12-10 13:17:47 -0600
committernate2017-12-10 13:17:47 -0600
commit124dff2624680fd192b0881852712db5b4af4002 (patch)
treede72fb5a4767e376d66813a74038f441dfeef101
parent089770f9a5c5ac36ce60cf3f973fd44db87a74af (diff)
downloadaur-124dff2624680fd192b0881852712db5b4af4002.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 653da0f915c9..dbd0c6c7a605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Nov 24 14:59:12 UTC 2017
+# Sun Dec 10 19:17:40 UTC 2017
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/xviewer
install = xviewer.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = gnome-common
makedepends = libglade
diff --git a/PKGBUILD b/PKGBUILD
index 5feb4827d624..ac08447cb23d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=xviewer
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('gtk3' 'glib2' 'gnome-desktop' 'libpeas')
makedepends=('gnome-common' 'libglade' 'gobject-introspection')