summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2018-09-14 09:47:04 +0200
committerRichard Neumann2018-09-14 09:47:04 +0200
commit0da162b66c639d24cea9fe7fe63ab8fe81503b33 (patch)
tree90bb0c87a81874db439f5dbf3926e91e48900f9a
parent6b20f75823d2a26e1961d63fc8ae7ae9f5f0b4b2 (diff)
downloadaur-0da162b66c639d24cea9fe7fe63ab8fe81503b33.tar.gz
Migrated project to GitHub.
-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')