summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Bayer2020-09-22 13:45:59 +0200
committerChristoph Bayer2020-09-22 13:45:59 +0200
commit01a6ce3bebee1b3618f7d152969d09f18371f472 (patch)
treeb38b47ff2aae594f3df762cd70a4af6039d64bf3
parent85a6979c9f1daa4d5c6304693943d4a059cfee6c (diff)
downloadaur-01a6ce3bebee1b3618f7d152969d09f18371f472.tar.gz
Update uri
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8598254c40a4..a21868b19cc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mod_authn_otp
pkgdesc = Apache module for one time password authentication
pkgver = 1.1.9
- pkgrel = 1
- url = http://code.google.com/p/mod-authn-otp/
+ pkgrel = 2
+ url = https://github.com/archiecobbs/mod-authn-otp
arch = i686
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index dbd5b758992f..d863e3eabf11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=mod_authn_otp
pkgver=1.1.9
-pkgrel=1
+pkgrel=2
pkgdesc='Apache module for one time password authentication'
arch=('i686' 'x86_64')
-url='http://code.google.com/p/mod-authn-otp/'
+url='https://github.com/archiecobbs/mod-authn-otp'
license=('Apache')
depends=('openssl')
makedepends=('apache')