aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php-couchbase
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-27 09:08:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-27 10:14:46 +0000
commit17eb1f854f2faffd9e31e2dc3666b1653777bcd1 (patch)
treed7d64050792b7ad2f250f897584167b7d98ab22c /testing/php-couchbase
parentfd90d0776aad5474147bfbc130354182b43c5fec (diff)
downloadaports-17eb1f854f2faffd9e31e2dc3666b1653777bcd1.tar.bz2
aports-17eb1f854f2faffd9e31e2dc3666b1653777bcd1.tar.xz
testing/php-couchbase: rebuild against boost 1.62.0
Diffstat (limited to 'testing/php-couchbase')
-rw-r--r--testing/php-couchbase/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/php-couchbase/APKBUILD b/testing/php-couchbase/APKBUILD
index ffd3b7b8c..f616eb913 100644
--- a/testing/php-couchbase/APKBUILD
+++ b/testing/php-couchbase/APKBUILD
@@ -3,10 +3,10 @@
pkgname=php-couchbase
_pkgname=couchbase
pkgver=2.2.3
-pkgrel=0
+pkgrel=1
pkgdesc="PHP extension couchbase"
url="http://pecl.php.net/package/$_pkgname"
-arch="noarch"
+arch="all"
license="ASL-2.0"
depends=""
makedepends="autoconf libcouchbase-dev zlib-dev"
@@ -47,7 +47,6 @@ package() {
_subpackage() {
local ver="${subpkgname:3:1}"
pkgdesc="$pkgdesc (for PHP $ver)"
- arch="all"
depends="$depends php$ver"
install_if="$pkgname=$pkgver-r$pkgrel php$ver"
[ "$ver" = 5 ] && replaces="$pkgname"