summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2016-09-14 01:10:23 +0200
committerPier Luigi Fiorini2016-09-14 01:10:23 +0200
commit2935c9460cb8353ca556b65ffa74e4ac63eac5bf (patch)
treed6ca064fbf269155c950b97458c496436bc634eb
parente484d41b15b64026bcc5eba4c638a56d8c2eaafa (diff)
downloadaur-qtaccountsservice-git.tar.gz
Add ARM architectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98779bb689dc..4e198b8c3cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Sep 13 23:10:20 UTC 2016
pkgbase = qtaccountsservice-git
pkgdesc = Qt-style API for AccountsService
pkgver = 20140721.19fa06f
@@ -5,6 +7,8 @@ pkgbase = qtaccountsservice-git
url = https://github.com/hawaii-desktop/qtaccountsservice
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = LGPL
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 810c15522400..d699e3d47141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=qtaccountsservice-git
pkgver=20140721.19fa06f
pkgrel=1
pkgdesc="Qt-style API for AccountsService"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/hawaii-desktop/qtaccountsservice"
license=('LGPL')
depends=('qt5-base' 'qt5-declarative')