summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-07-06 14:58:27 -0400
committerGuillaume Horel2018-07-06 15:22:33 -0400
commitb96288e27613b1c3ebf70181a0c7e33dd2728f3f (patch)
treee5078cce7f488dd77ebb3b6af650d370a8bcf355
parent7aae1c570586a6df511039eea0796c3228b0e000 (diff)
downloadaur-b96288e27613b1c3ebf70181a0c7e33dd2728f3f.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 625a20f4f3ee..3ac13844c306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-asyncpg
pkgdesc = An asyncio PosgtreSQL driver
- pkgver = 0.15.0
+ pkgver = 0.16.0
pkgrel = 1
url = https://github.com/MagicStack/asyncpg
arch = x86_64
license = Apache
checkdepends = python-pytest
+ checkdepends = postgresql
makedepends = python-setuptools
makedepends = cython
- source = https://github.com/MagicStack/asyncpg/archive/v0.15.0/asyncpg-0.15.0.tar.gz
+ source = https://github.com/MagicStack/asyncpg/archive/v0.16.0/asyncpg-0.16.0.tar.gz
source = remove-package-data.patch
- sha256sums = b8a23279080e9f56e30b9fc1b89d8ce0782a515e82862508c8d86b86fb9b1241
+ sha256sums = eba1b116bd5bc48440422faf8581b03382cb3456117a18efdca6cf4907c789a2
sha256sums = fbd60ee542f87222d26b69095d3c5bd70863f8a066eb56035902d1ded836659d
pkgname = python-asyncpg
diff --git a/PKGBUILD b/PKGBUILD
index 2f209932e622..e1f3d8971376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
_name="asyncpg"
pkgname="python-$_name"
-pkgver="0.15.0"
+pkgver="0.16.0"
pkgrel="1"
pkgdesc="An asyncio PosgtreSQL driver"
arch=("x86_64")
url="https://github.com/MagicStack/$_name"
license=("Apache")
makedepends=("python-setuptools" "cython")
-checkdepends=("python-pytest")
+checkdepends=("python-pytest"
+ 'postgresql')
source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz"
remove-package-data.patch)
-sha256sums=('b8a23279080e9f56e30b9fc1b89d8ce0782a515e82862508c8d86b86fb9b1241'
+sha256sums=('eba1b116bd5bc48440422faf8581b03382cb3456117a18efdca6cf4907c789a2'
'fbd60ee542f87222d26b69095d3c5bd70863f8a066eb56035902d1ded836659d')
prepare() {