summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-04-07 17:01:25 -0500
committercarlwgeorge2017-04-07 17:01:25 -0500
commit82472e1e3982ad0b43befdaca394f87b545c44e6 (patch)
treee564b7f4bd5536cf017d9112d4697c80df6b068f
parentc751c6e1a978b977c0612c026155ae20baa1729a (diff)
downloadaur-82472e1e3982ad0b43befdaca394f87b545c44e6.tar.gz
0.10.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57194cc80195..b2efabe168f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 20:24:53 UTC 2017
+# Fri Apr 7 22:01:14 UTC 2017
pkgbase = python-asyncpg
pkgdesc = An asyncio PosgtreSQL driver
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/MagicStack/asyncpg
arch = i686
@@ -10,8 +10,8 @@ pkgbase = python-asyncpg
license = Apache
makedepends = python-setuptools
makedepends = cython
- source = https://github.com/MagicStack/asyncpg/archive/v0.10.0.tar.gz
- sha256sums = 44ee9d356d3b871cf0561d38cc25f2256da355382a85515fed46cff77ff596d4
+ source = https://github.com/MagicStack/asyncpg/archive/v0.10.1.tar.gz
+ sha256sums = 4e9d3c3abdfb7e2bb46ea23d232622a9a2488320c5e8ef49a53c732118f549fa
pkgname = python-asyncpg
depends = python
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}"