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 82a74f414de9..ba795ea4f034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-goodtests
_realName=GoodTests
-pkgver=3.0.0
+pkgver=3.0.1
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=("afa466ef702d42fcbb675fa8af6b72e99289eaf77994df995aeee43af23aacfa2831c9a6dfcfaa16fca260d423beee49f5818f8c703cc515952b1bc20f4c1fe9")
+sha512sums=("c0342ffc951118b8c8e5115b49d1c8c3c26ba06fbe930c5c4e6935bb3e37d162b35355429d4e11dd97f49cac6d6fb7b4618b593f87b31c0b2101237649429e88")
build() {
cd "$srcdir/${_realName}-$pkgver"