summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2018-09-15 10:11:59 +0200
committerRichard Neumann2018-09-15 10:11:59 +0200
commitf49b1268e8ec593657656e80ae7f85f6dadf2abd (patch)
tree5130b4d3081eba4c94ac4a62d5262ac828dad186 /PKGBUILD
parent0da162b66c639d24cea9fe7fe63ab8fe81503b33 (diff)
downloadaur-python-httpam-git.tar.gz
Updated PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5d776c7a49c..8df0121c62e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
_pkgbase='httpam'
pkgname="python-${_pkgbase}-git"
-pkgver=r15.88f38de
-pkgrel=1
+pkgver=latest
+pkgrel=2
pkgdesc='Python 3 library for web service authentication using PAM'
arch=('any')
url="https://github.com/conqp/${_pkgbase}"
license=('GPLv3')
depends=('python' 'python-pam')
makedepends=('git' 'python')
+provides=("python-${_pkgbase}")
+conflicts=("python-${_pkgbase}")
source=("${_pkgbase}::git+${url}.git")
md5sums=('SKIP')
pkgdir='pkg'