summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 573fe201d384..94b4a42b9b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = duo_unix
pkgdesc = Login utility and PAM module for Duo Security two-factor authentication
- pkgver = 1.9.20
+ pkgver = 1.10.1
pkgrel = 1
url = https://www.duosecurity.com/docs/duounix
install = duo_unix.install
arch = i686
arch = x86_64
+ arch = armv7h
license = custom:GPL2
depends = pam
backup = etc/duo/login_duo.conf
backup = etc/duo/pam_duo.conf
- source = https://dl.duosecurity.com/duo_unix-1.9.20.tar.gz
- sha1sums = d3d9491b7270fe81d219f087e7cc4a39f9e44a04
+ source = https://dl.duosecurity.com/duo_unix-1.10.1.tar.gz
+ sha1sums = 66d08f2286c7f7877ec4bb6770b939e01f7dfb96
pkgname = duo_unix
diff --git a/PKGBUILD b/PKGBUILD
index 05ae1e2f50fc..4c7fc6cbf6aa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.9.20
+pkgver=1.10.1
pkgrel=1
pkgdesc='Login utility and PAM module for Duo Security two-factor authentication'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='https://www.duosecurity.com/docs/duounix'
license=('custom:GPL2')
depends=('pam')
@@ -15,7 +15,7 @@ backup=('etc/duo/login_duo.conf' 'etc/duo/pam_duo.conf')
source=("https://dl.duosecurity.com/duo_unix-${pkgver}.tar.gz")
# https://www.duosecurity.com/docs/checksums#duounix
-sha1sums=('d3d9491b7270fe81d219f087e7cc4a39f9e44a04')
+sha1sums=('66d08f2286c7f7877ec4bb6770b939e01f7dfb96')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"