summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2017-04-07 17:01:25 -0500
committercarlwgeorge2017-04-07 17:01:25 -0500
commit82472e1e3982ad0b43befdaca394f87b545c44e6 (patch)
treee564b7f4bd5536cf017d9112d4697c80df6b068f /PKGBUILD
parentc751c6e1a978b977c0612c026155ae20baa1729a (diff)
downloadaur-82472e1e3982ad0b43befdaca394f87b545c44e6.tar.gz
0.10.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 730c0c4fe5d1..377763bcff82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="asyncpg"
pkgname="python-${_name}"
-pkgver="0.10.0"
+pkgver="0.10.1"
pkgrel="1"
pkgdesc="An asyncio PosgtreSQL driver"
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ url="https://github.com/MagicStack/${_name}"
license=("Apache")
makedepends=("python-setuptools" "cython")
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('44ee9d356d3b871cf0561d38cc25f2256da355382a85515fed46cff77ff596d4')
+sha256sums=('4e9d3c3abdfb7e2bb46ea23d232622a9a2488320c5e8ef49a53c732118f549fa')
build() {
cd "${srcdir}/${_name}-${pkgver}"