summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')