summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 556bb528617b..83429d8a7ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-httpam-git
pkgdesc = Python 3 library for web service authentication using PAM
- pkgver = r9.6c45106
+ pkgver = r15.88f38de
pkgrel = 1
- url = https://gitlab.com/coNQP/httpam
+ url = https://github.com/conqp/httpam
arch = any
license = GPLv3
makedepends = git
makedepends = python
depends = python
depends = python-pam
- source = httpam::git+https://gitlab.com/coNQP/httpam.git
+ source = httpam::git+https://github.com/conqp/httpam.git
md5sums = SKIP
pkgname = python-httpam-git
diff --git a/PKGBUILD b/PKGBUILD
index 1747ed3b5e75..b5d776c7a49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgbase='httpam'
pkgname="python-${_pkgbase}-git"
-pkgver=r9.6c45106
+pkgver=r15.88f38de
pkgrel=1
pkgdesc='Python 3 library for web service authentication using PAM'
arch=('any')
-url="https://gitlab.com/coNQP/${_pkgbase}"
+url="https://github.com/conqp/${_pkgbase}"
license=('GPLv3')
depends=('python' 'python-pam')
makedepends=('git' 'python')