summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77ed455733d1..71cca44a236e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = pyhamcrest
source = git+https://github.com/hamcrest/PyHamcrest.git
md5sums = SKIP
-pkgname = python2-hamcrest-git
+pkgname = python2-pyhamcrest-git
-pkgname = python-hamcrest-git
+pkgname = python-pyhamcrest-git
diff --git a/PKGBUILD b/PKGBUILD
index 71fd1679e555..ce345bac457f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=PyHamcrest
pkgbase=${_pkgname,,}
-pkgname=(python{2,}-hamcrest-git)
+pkgname=(python{2,}-pyhamcrest-git)
pkgver=1.8.0.r5.gf2786ca
pkgrel=1
pkgdesc='A framework for writing matcher objects, allowing you to declaratively define "match" rules'