summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Griffis2017-01-12 03:40:14 -0500
committerPatrick Griffis2017-01-12 03:40:14 -0500
commit3b7086ed12b701b67a1650b35eb9a525fb582726 (patch)
treec89df9af702ebed5fc8555900d08d43c0fd1d7da
parent8aeb1af573a828d94b8a008560e9db26a969aba9 (diff)
downloadaur-3b7086ed12b701b67a1650b35eb9a525fb582726.tar.gz
Bump to 0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ed845d4d98..289a0e007c44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gbulb
pkgdesc = Implmementation of asyncio using GLib
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/nathan-hoad/gbulb
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-gbulb
makedepends = python-setuptools
depends = python-gobject
optdepends = gtk3: Gtk application integration
- source = https://github.com/nathan-hoad/gbulb/archive/0.4.tar.gz
- sha256sums = 91b60a05da3197e537525224f88ba23d951b9175a6a33d6d4565e492ab591c35
+ source = https://github.com/nathan-hoad/gbulb/archive/0.5.tar.gz
+ sha256sums = 016fb18e6d16fc345bf712e7838bb6fd620e8b5e29b4b10dc17996124033414e
pkgname = python-gbulb
diff --git a/PKGBUILD b/PKGBUILD
index 9eac6e2096a8..846dbb61de99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modname='gbulb'
pkgname='python-gbulb'
-pkgver=0.4
+pkgver=0.5
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=('91b60a05da3197e537525224f88ba23d951b9175a6a33d6d4565e492ab591c35')
+sha256sums=('016fb18e6d16fc345bf712e7838bb6fd620e8b5e29b4b10dc17996124033414e')
check() {
cd "$_modname-$pkgver"