summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2017-12-10 13:14:33 -0600
committernate2017-12-10 13:14:33 -0600
commit6c772f3028e4bad16467c83c4349ce95131eb44f (patch)
treeb73f6d5158ab1ca2f6bba248351c44753a25d617 /PKGBUILD
parent8265fd0be220fbbd08c71b1bd372b2c6eea2dfc4 (diff)
downloadaur-6c772f3028e4bad16467c83c4349ce95131eb44f.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 cdb8c985cf2d..1fdd0f9679c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=xplayer
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple media player. X-Apps Project."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('clutter-gtk' 'clutter-gst' 'xplayer-plparser'
'desktop-file-utils' 'iso-codes' 'yelp-xsl'