summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker2018-08-06 17:26:51 -0700
committerDylan Baker2018-08-06 17:26:51 -0700
commit54a2b3c620e5e3cc08d8d5c87f3f079f8c5b2e43 (patch)
tree6b765fdb91568e37751f4c0a9b235ee16ad948d7
parent3b7086ed12b701b67a1650b35eb9a525fb582726 (diff)
downloadaur-54a2b3c620e5e3cc08d8d5c87f3f079f8c5b2e43.tar.gz
Update to 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289a0e007c44..131ad5cff021 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gbulb
pkgdesc = Implmementation of asyncio using GLib
- pkgver = 0.5
+ pkgver = 0.6.0
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.5.tar.gz
- sha256sums = 016fb18e6d16fc345bf712e7838bb6fd620e8b5e29b4b10dc17996124033414e
+ source = https://github.com/nathan-hoad/gbulb/archive/0.6.0.tar.gz
+ sha256sums = 465a05a73bf60aec9e491043ddbc74513c284bbc5f6277b8931e805602c9fbf8
pkgname = python-gbulb
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"