summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2021-01-07 15:42:01 +0100
committerMichal Wojdyla2021-01-07 15:42:01 +0100
commit2d071766ef686a5411fc3c56ff6f91e728355ee8 (patch)
treef72e14ae32a083760e42a64ef228df1e29db8bd8 /PKGBUILD
parent07e97c79e43dde7f3b9039d9ba93a59eee349ca5 (diff)
downloadaur-pyhamcrest-git.tar.gz
add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b07cfa31aad9..3bdb596381fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ pkgdesc='Hamcrest framework for matcher objects'
arch=('any')
license=('BSD')
url="https://github.com/hamcrest/PyHamcrest"
+provides=('python-pyhamcrest')
+conflicts=('python-pyhamcrest')
depends=('python-six')
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-mock' 'python-numpy')