diff options
Diffstat (limited to 'testing/php7-couchbase/APKBUILD')
-rw-r--r-- | testing/php7-couchbase/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-couchbase/APKBUILD b/testing/php7-couchbase/APKBUILD index 3db9a4ecd47..f112d4e0ba1 100644 --- a/testing/php7-couchbase/APKBUILD +++ b/testing/php7-couchbase/APKBUILD @@ -9,7 +9,7 @@ _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension for Couchbase" url="http://pecl.php.net/package/couchbase" arch="all" -license="ASL-2.0" +license="Apache-2.0" depends="php$_phpver-common php$_phpver-json" makedepends="php$_phpver-dev autoconf libcouchbase-dev zlib-dev" source="$pkgname-$pkgver.tgz::http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" |