summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sobolevskiy2017-10-10 10:40:59 +0000
committerAlexander Sobolevskiy2017-10-10 10:40:59 +0000
commit7060f4cccc79a7301bf78229c1be18d71b699189 (patch)
tree95d606afaf35651e3b4563632a128eae169eb385
parentd270f9803e08acbd7ab2f2fe35dc82f700adec28 (diff)
downloadaur-7060f4cccc79a7301bf78229c1be18d71b699189.tar.gz
upd to v7.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14cb6f6f0a31..edb84e045e88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = aerospike-client-php
pkgdesc = The Aerospike PHP client as a C-extension for PHP7
- pkgver = 7.0.1
+ pkgver = 7.0.2
pkgrel = 1
url = https://github.com/aerospike/aerospike-client-php
arch = any
license = Proprietary
makedepends = git
- makedepends = aerospike-client-c-libuv
+ makedepends = aerospike-client-c
pkgname = aerospike-client-php
diff --git a/PKGBUILD b/PKGBUILD
index 3c907fae5e30..d1aa967981d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Based on https://github.com/aerospike/aerospike-client-php
pkgname=aerospike-client-php
-pkgver=7.0.1
+pkgver=7.0.2
pkgrel=1
pkgdesc="The Aerospike PHP client as a C-extension for PHP7"
arch=('any')
url="https://github.com/aerospike/aerospike-client-php"
license=('Proprietary')
-makedepends=('git' 'aerospike-client-c-libuv')
+makedepends=('git' 'aerospike-client-c')
_gitroot="https://github.com/aerospike/aerospike-client-php.git"
_gitname="aerospike-client-php"
_extname=aerospike