diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python-pyspf/PKGBUILD | 3 |
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}" |