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 846dbb61de99..ba5267409e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modname='gbulb'
pkgname='python-gbulb'
-pkgver=0.5
+pkgver=0.6.0
pkgrel=1
pkgdesc='Implmementation of asyncio using GLib'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-gobject')
optdepends=('gtk3: Gtk application integration')
checkdepends=('python-pytest')
source=("https://github.com/nathan-hoad/gbulb/archive/$pkgver.tar.gz")
-sha256sums=('016fb18e6d16fc345bf712e7838bb6fd620e8b5e29b4b10dc17996124033414e')
+sha256sums=('465a05a73bf60aec9e491043ddbc74513c284bbc5f6277b8931e805602c9fbf8')
check() {
cd "$_modname-$pkgver"