summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-07-12 09:44:13 -0500
committercarlwgeorge2017-07-12 09:44:13 -0500
commit14cf1944019c701b95fa318cff5fdf1870632f24 (patch)
treedeca7fe88b20eec39202fe4fe2f30a1f5b2fb8d3
parent5e8c355a3e5a81ebc641ccb6c37c16def126e4b9 (diff)
downloadaur-14cf1944019c701b95fa318cff5fdf1870632f24.tar.gz
0.12.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--remove-package-data.patch2
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e181a29d4fa..6cc4d737cb8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 13 19:25:17 UTC 2017
+# Wed Jul 12 14:37:30 UTC 2017
pkgbase = python-asyncpg
pkgdesc = An asyncio PosgtreSQL driver
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/MagicStack/asyncpg
arch = i686
@@ -10,10 +10,10 @@ pkgbase = python-asyncpg
license = Apache
makedepends = python-setuptools
makedepends = cython
- source = https://github.com/MagicStack/asyncpg/archive/v0.11.0.tar.gz
+ source = https://github.com/MagicStack/asyncpg/archive/v0.12.0/asyncpg-0.12.0.tar.gz
source = remove-package-data.patch
- sha256sums = 01da0c5e4f4f93b45fceccb7764928ed2fe1770c540a246d8414f34532de7cc3
- sha256sums = 8ffcda406cd5f92743bfb57b7213ed976876e2d9ecbf5d7e439313de90bd22ad
+ sha256sums = 9bf6588d9e9dd0fe98b9df7d7e46680c4e9c25e55b12b49bc3f23924e3e53d7d
+ sha256sums = fbd60ee542f87222d26b69095d3c5bd70863f8a066eb56035902d1ded836659d
pkgname = python-asyncpg
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index af9bba75b9fc..d6e5ccd2442d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_name="asyncpg"
pkgname="python-$_name"
-pkgver="0.11.0"
+pkgver="0.12.0"
pkgrel="1"
pkgdesc="An asyncio PosgtreSQL driver"
arch=("i686" "x86_64")
url="https://github.com/MagicStack/$_name"
license=("Apache")
makedepends=("python-setuptools" "cython")
-source=("$url/archive/v$pkgver.tar.gz"
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz"
remove-package-data.patch)
-sha256sums=('01da0c5e4f4f93b45fceccb7764928ed2fe1770c540a246d8414f34532de7cc3'
- '8ffcda406cd5f92743bfb57b7213ed976876e2d9ecbf5d7e439313de90bd22ad')
+sha256sums=('9bf6588d9e9dd0fe98b9df7d7e46680c4e9c25e55b12b49bc3f23924e3e53d7d'
+ 'fbd60ee542f87222d26b69095d3c5bd70863f8a066eb56035902d1ded836659d')
prepare() {
cd "$_name-$pkgver"
diff --git a/remove-package-data.patch b/remove-package-data.patch
index 036a45f6c4c2..702ce7af9e90 100644
--- a/remove-package-data.patch
+++ b/remove-package-data.patch
@@ -1,3 +1,5 @@
+https://github.com/MagicStack/asyncpg/pull/141
+
diff -Naurp a/setup.py b/setup.py
--- a/setup.py 2017-05-11 15:50:10.000000000 -0500
+++ b/setup.py 2017-05-13 14:13:26.535829162 -0500