summaryrefslogtreecommitdiff
path: root/pcr/python-pyspf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 03:12:20 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 03:12:20 -0500
commitb0c30acba1b7b207a645ca02f9dc366249731b11 (patch)
tree05af467ebfe5a58752320f7f94c7ded691267d02 /pcr/python-pyspf
parent8839d05206da60522ac50b0c06793f7eea1ead45 (diff)
downloadabslibre-b0c30acba1b7b207a645ca02f9dc366249731b11.tar.gz
abslibre-b0c30acba1b7b207a645ca02f9dc366249731b11.tar.bz2
abslibre-b0c30acba1b7b207a645ca02f9dc366249731b11.zip
pcr/python-pyspf: needs to conflict with python2-pyspf
Diffstat (limited to 'pcr/python-pyspf')
-rw-r--r--pcr/python-pyspf/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/python-pyspf/PKGBUILD b/pcr/python-pyspf/PKGBUILD
index 9a256215d..4ed8be779 100644
--- a/pcr/python-pyspf/PKGBUILD
+++ b/pcr/python-pyspf/PKGBUILD
@@ -14,11 +14,12 @@ license=('PSF')
source=("https://pypi.python.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$_pkgver.tar.gz")
md5sums=('c83143ad79074bf8c80235748a8a698f')
-pkgrel=1
+pkgrel=2
arch=('any')
depends=('python-py3dns')
makedepends=('python-setuptools')
optdepends=('python-authres: Return RFC 5451 Authentication Results headers')
+conflicts=(python2-pyspf)
package() {
cd "$srcdir/$_pkgname-${_basever}"