summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2018-09-15 10:11:59 +0200
committerRichard Neumann2018-09-15 10:11:59 +0200
commitf49b1268e8ec593657656e80ae7f85f6dadf2abd (patch)
tree5130b4d3081eba4c94ac4a62d5262ac828dad186
parent0da162b66c639d24cea9fe7fe63ab8fe81503b33 (diff)
downloadaur-python-httpam-git.tar.gz
Updated PKGBUILD.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83429d8a7ca3..b9362c10d2e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-httpam-git
pkgdesc = Python 3 library for web service authentication using PAM
- pkgver = r15.88f38de
- pkgrel = 1
+ pkgver = latest
+ pkgrel = 2
url = https://github.com/conqp/httpam
arch = any
license = GPLv3
@@ -9,6 +9,8 @@ pkgbase = python-httpam-git
makedepends = python
depends = python
depends = python-pam
+ provides = python-httpam
+ conflicts = python-httpam
source = httpam::git+https://github.com/conqp/httpam.git
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
index c979f116363c..018a3de08144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-src
-pkg
-*.tar.xz*
-httpam
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
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'