summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2018-06-29 12:32:42 +0200
committerDaniel Milde2018-06-29 12:32:42 +0200
commit780c3985f22062fdd86e1b608054b53c6078e942 (patch)
tree546e9ba4bc8162522651f4c2f43c4b68f2164287
parentcedbc525a91bf05bf55f210315a559f73f8d8ac0 (diff)
downloadaur-780c3985f22062fdd86e1b608054b53c6078e942.tar.gz
3.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bbcefb5ab09..88b5a498482c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Út kvě 22 15:02:53 UTC 2018
+# Pá čen 29 10:32:35 UTC 2018
pkgbase = aerospike-client-python
pkgdesc = Aerospike Client Library for Python
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://www.aerospike.com/docs/client/python
arch = any
license = apache
depends = openssl
depends = aerospike-client-c-libuv>=4.1.10
- source = https://files.pythonhosted.org/packages/source/a/aerospike/aerospike-3.2.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/a/aerospike/aerospike-3.3.0.tar.gz
source = aerospike-client-python.patch
- sha512sums = 7ea1fa8b011c062b3fcc9d260530c3147aaf673364e185d63e2928893834f444f8ee9270b80111d5f83f9266882c42513e8521a5c11ae4c7e3f5d69538c84b4e
+ sha512sums = 65bea1fdb74d3fe6d2564e4b27f2e94df10a1c8d218bb042175bdb662efea1a4e66b9287b40435de0ccf47a360f9a6e37a814fbd711698ec262faf225d78aab5
sha512sums = c30d53471e2fc684b8e4ef5095108e82b60a83f162f19d46cb148f506b20061fa2bfaf07a5112ce4e4c502b705fafaafc9da8cd15befcb615c5b76a04d19bc70
pkgname = aerospike-client-python
diff --git a/PKGBUILD b/PKGBUILD
index 9f6357aa036a..a9f5cb298a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=aerospike-client-python
pkgbase='aerospike-client-python'
pkgname=(aerospike-client-python aerospike-client-python2)
_name=aerospike
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="Aerospike Client Library for Python"
license=('apache')
@@ -11,7 +11,7 @@ url="https://www.aerospike.com/docs/client/python"
depends=('openssl' 'aerospike-client-c-libuv>=4.1.10')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz
$pkgbase.patch)
-sha512sums=('7ea1fa8b011c062b3fcc9d260530c3147aaf673364e185d63e2928893834f444f8ee9270b80111d5f83f9266882c42513e8521a5c11ae4c7e3f5d69538c84b4e'
+sha512sums=('65bea1fdb74d3fe6d2564e4b27f2e94df10a1c8d218bb042175bdb662efea1a4e66b9287b40435de0ccf47a360f9a6e37a814fbd711698ec262faf225d78aab5'
'c30d53471e2fc684b8e4ef5095108e82b60a83f162f19d46cb148f506b20061fa2bfaf07a5112ce4e4c502b705fafaafc9da8cd15befcb615c5b76a04d19bc70')
prepare() {