summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2022-11-19 19:35:37 +0100
committerMuflone2022-11-19 19:35:37 +0100
commit3bd29a41f1e7e1ecd2f7ae10ac2afa4cb3cd55da (patch)
tree9f63760069bdad80a06c90157f3f7586f9b78417
parentd42302d668aff8c27e8b5830c087a48a77a09158 (diff)
downloadaur-3bd29a41f1e7e1ecd2f7ae10ac2afa4cb3cd55da.tar.gz
Updated package python-awaitable 0.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 418cdfd69416..46bfa1746ce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-awaitable
pkgdesc = A decorator to asynchronously execute synchronous functions
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = http://www.muflone.com/awaitable/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-awaitable
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = python-awaitable-0.1.0.tar.gz::https://github.com/muflone/awaitable/archive/0.1.0.tar.gz
- sha256sums = edd20a885587baa8e0d9914b710b7541f89c7a276fb4ce270218e88616269d4e
+ source = python-awaitable-0.2.0.tar.gz::https://github.com/muflone/awaitable/archive/0.2.0.tar.gz
+ sha256sums = 41b796cf37eac0e7a9a6c4790a5ab993d85f5740a39d27190036bac7c8482bcc
pkgname = python-awaitable
diff --git a/PKGBUILD b/PKGBUILD
index dc377497d0e3..77c57fc4d695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-awaitable
_pkgname=${pkgname//python-/}
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc=" A decorator to asynchronously execute synchronous functions"
url="http://www.muflone.com/awaitable/"
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
depends=('python')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('edd20a885587baa8e0d9914b710b7541f89c7a276fb4ce270218e88616269d4e')
+sha256sums=('41b796cf37eac0e7a9a6c4790a5ab993d85f5740a39d27190036bac7c8482bcc')
build() {
cd "${_pkgname}-${pkgver}"