summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24ede6a24de6..82a74f414de9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-goodtests
_realName=GoodTests
-pkgver=2.2.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="A fast, parallel, featured python unit-testing framework (python2 version)"
arch=('any')
@@ -11,7 +11,7 @@ url="http://github.com/kata198/GoodTests"
makedepends=('python2-setuptools' 'python2')
depends=('python2-setuptools' 'python2')
source=("https://github.com/kata198/GoodTests/archive/${pkgver}.tar.gz")
-sha512sums=("1698d96cb2807a344540216057b3a6e76aa06ce8622f2d72dd06229740678dad364b0ab579fb2cc7ed96ba1670aa0c5dc0d6e51bf494ecff77cd3f37183171d9")
+sha512sums=("afa466ef702d42fcbb675fa8af6b72e99289eaf77994df995aeee43af23aacfa2831c9a6dfcfaa16fca260d423beee49f5818f8c703cc515952b1bc20f4c1fe9")
build() {
cd "$srcdir/${_realName}-$pkgver"