summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Bayer2020-04-11 13:41:14 +0200
committerChristoph Bayer2020-04-11 13:41:14 +0200
commit85a6979c9f1daa4d5c6304693943d4a059cfee6c (patch)
tree5d51993e640fd58165eaaf6a61ab7d4b32d44a74
parent43e495c3af06bc455fc90710990b04d0f969124b (diff)
downloadaur-85a6979c9f1daa4d5c6304693943d4a059cfee6c.tar.gz
Update to 1.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1854db1e5b21..8598254c40a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_authn_otp
pkgdesc = Apache module for one time password authentication
- pkgver = 1.1.7
+ pkgver = 1.1.9
pkgrel = 1
url = http://code.google.com/p/mod-authn-otp/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = mod_authn_otp
license = Apache
makedepends = apache
depends = openssl
- source = https://s3.amazonaws.com/archie-public/mod-authn-otp/mod_authn_otp-1.1.7.tar.gz
- md5sums = 0f21b3a3a52da371151d92ae51dfb750
+ source = https://s3.amazonaws.com/archie-public/mod-authn-otp/mod_authn_otp-1.1.9.tar.gz
+ md5sums = 8e2ba07ca2cef76e8de8bae9bb2baf98
pkgname = mod_authn_otp
diff --git a/PKGBUILD b/PKGBUILD
index 76f1d4520388..dbd5b758992f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Bayer <chrbayer@criby.de>
pkgname=mod_authn_otp
-pkgver=1.1.7
+pkgver=1.1.9
pkgrel=1
pkgdesc='Apache module for one time password authentication'
arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@ license=('Apache')
depends=('openssl')
makedepends=('apache')
source=("https://s3.amazonaws.com/archie-public/mod-authn-otp/${pkgname}-${pkgver}.tar.gz")
-md5sums=('0f21b3a3a52da371151d92ae51dfb750')
+md5sums=('8e2ba07ca2cef76e8de8bae9bb2baf98')
-build() {
+package() {
cd $srcdir/${pkgname}-${pkgver}
./configure
make || return 1