summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0997531bc7c..78f73b330db1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.0
-# Tue Feb 16 09:37:01 UTC 2016
+# Fri Feb 26 07:20:23 UTC 2016
pkgbase = google-authenticator-libpam-git
pkgdesc = PAM module for google authenticator app
pkgver = r173.43ab972
@@ -7,6 +7,7 @@ pkgbase = google-authenticator-libpam-git
url = https://github.com/google/google-authenticator
arch = i686
arch = x86_64
+ arch = armv7h
license = APACHE
makedepends = git
depends = pam
diff --git a/PKGBUILD b/PKGBUILD
index cc5037719fe9..4ad1942a581c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgver() {
pkgrel=1
pkgdesc='PAM module for google authenticator app'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/google/google-authenticator'
license=('APACHE')
depends=('pam')