summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2020-08-22 16:12:09 +0300
committerMantas Mikulėnas2020-08-22 16:12:09 +0300
commit1506622d97470482d6c4b16c0ba8f8d5308dd251 (patch)
tree769901d8b7cbf40179e1afc62351bd89b37332ec
parent3e2e004d1f5918e51fec74b28d8cc2183c2967fd (diff)
downloadaur-1506622d97470482d6c4b16c0ba8f8d5308dd251.tar.gz
update arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01db69306840..cfd49e1686db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = pamtester
url = http://pamtester.sourceforge.net/
arch = i686
arch = x86_64
+ arch = armv7h
license = custom
depends = pam
source = http://sourceforge.net/projects/pamtester/files/pamtester/0.1.2/pamtester-0.1.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7616c0426a22..6ff4c2992595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=pamtester
pkgver=0.1.2
pkgrel=3
pkgdesc="Tiny program to test the pluggable authentication modules (PAM) facility"
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv7h)
url="http://pamtester.sourceforge.net/"
license=(custom)
depends=(pam)