summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Day2023-08-30 11:55:50 +0200
committerSam Day2023-08-30 11:55:50 +0200
commit445fecedf214d04c124bf77698e2f44dc8f1ea7e (patch)
tree882ed530fe8fd86a7f379ccf589f78a904091d4d
parent7d95b758a5121190aaed3b2c3bbcc0a412ed1e0f (diff)
downloadaur-445fecedf214d04c124bf77698e2f44dc8f1ea7e.tar.gz
v0.6.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1817e8134537..bada39d91c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_modname='gbulb'
pkgname='python-gbulb'
-pkgver=0.6.2
+pkgver=0.6.4
pkgrel=1
pkgdesc='Implementation of asyncio using GLib'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-gobject')
optdepends=('gtk3: Gtk application integration')
checkdepends=('python-tox')
source=("https://github.com/beeware/gbulb/archive/v$pkgver.tar.gz")
-sha256sums=('e35a01f6779a87c682e5f3e6b7bc7f65815330fc3c15f7c648a32ddb286dc973')
+sha256sums=('f6bae1e2e8288211b6fcbb1aa028191c2b19fe4f0bfae32813581138da6162d2')
prepare() {
cd "$_modname-$pkgver"