aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-pecl-ast/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-23 15:32:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-23 15:37:54 -0300
commit135501a32ff4011c25561fc697a6a19cee50551c (patch)
tree5535d9a46b20d505a496d7c7b05f134d5e6ee52f /community/php7-pecl-ast/APKBUILD
parente0b2141760337e9d2a1949d143cbef6f3c895143 (diff)
community/php7-pecl-ast: upgrade to 1.0.6
Diffstat (limited to 'community/php7-pecl-ast/APKBUILD')
-rw-r--r--community/php7-pecl-ast/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/php7-pecl-ast/APKBUILD b/community/php7-pecl-ast/APKBUILD
index d4dc81818c0..8cd594d6eb6 100644
--- a/community/php7-pecl-ast/APKBUILD
+++ b/community/php7-pecl-ast/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php7-pecl-ast
_pkgext=ast
_pkgreal=php-ast
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=0
pkgdesc="PHP extension exposing PHP 7 abstract syntax tree - PECL"
url="https://pecl.php.net/package/ast"
@@ -17,7 +17,6 @@ provides="php7-ast=$pkgver-r$pkgrel" # for backward compatibility
replaces="php7-ast" # for backward compatibility
build() {
- cd "$builddir"
phpize7
./configure --prefix=/usr \
--with-php-config=/usr/bin/php-config7
@@ -25,15 +24,13 @@ build() {
}
check() {
- cd "$builddir"
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
}
package() {
- cd "$builddir"
make INSTALL_ROOT="$pkgdir/" install
install -d "$pkgdir"/etc/php7/conf.d
echo "extension=$_pkgext.so" > "$pkgdir"/etc/php7/conf.d/$_pkgext.ini
}
-sha512sums="7f56816553894849b539233209c57df9f9239ddc8a172c924a1f72c57ba474228e6f82779787a40ed1d78cac890dcd3d49bbb1aa2f7d4c29b95ae9809c836141 php7-pecl-ast-1.0.5.tar.gz"
+sha512sums="42ee07ee082ea3c6dcfd86ba25aa3d5bf188f277684acd63f5013b3da6b9ea5eafa2ac55a630ffe43aaf2d7366f055a372e61912a426e1413710658b1d9e4013 php7-pecl-ast-1.0.6.tar.gz"