diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-01 23:59:27 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:53:19 +0200 |
commit | b21375d74f88b8cc6d5f9f503b860f6d43bf3fac (patch) | |
tree | 38111c324410c6f2596806d570e5d41bf727904f /testing/php7-ast | |
parent | 3042fda3e7ab0f4b4d3ea879b2a088bc0c4b454a (diff) | |
download | aports-b21375d74f88b8cc6d5f9f503b860f6d43bf3fac.tar.bz2 aports-b21375d74f88b8cc6d5f9f503b860f6d43bf3fac.tar.xz |
testing/php7-ast: rebuild against php7-7.1.4
Diffstat (limited to 'testing/php7-ast')
-rw-r--r-- | testing/php7-ast/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-ast/APKBUILD b/testing/php7-ast/APKBUILD index 8d13cd62d4..150f54c5ac 100644 --- a/testing/php7-ast/APKBUILD +++ b/testing/php7-ast/APKBUILD @@ -5,7 +5,7 @@ _pkgext=ast _pkgreal=php-ast pkgver=0.1.4 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP7 extension exposing PHP 7 abstract syntax tree" url="https://github.com/nikic/php-ast" arch="all" |