summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsparse2018-01-15 13:10:05 +0330
committersparse2018-01-15 13:10:05 +0330
commit67652c43fc947c8d559317c527351fb4f781d9df (patch)
tree022a0f1461136a6f583dc5edabf661f414abd92b
parent5aaadd627c6af4ae1527799861b0ebcaff6808b9 (diff)
downloadaur-67652c43fc947c8d559317c527351fb4f781d9df.tar.gz
fix url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48c81679c2ab..4449bce3f1e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mod_auth_cas-git
pkgdesc = Apache CAS Authentication Module for the JASIG/Apereo CAS Server.
pkgver = r350.ac7147b
pkgrel = 1
- url = https://github.com/louipc/tremc
+ url = https://github.com/apereo/mod_auth_cas
arch = x86_64
license = Apache License, Version 2.0
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index f1b7340e012f..470f177291a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=r350.ac7147b
pkgrel=1
pkgdesc="Apache CAS Authentication Module for the JASIG/Apereo CAS Server."
arch=('x86_64')
-url="https://github.com/louipc/tremc"
+url="https://github.com/apereo/mod_auth_cas"
license=('Apache License, Version 2.0')
depends=('apache')
makedepends=('git' 'openssl')