diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:11:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:37:51 +0000 |
commit | 021c993fd1104aab221674568249b162e997b0f4 (patch) | |
tree | c95143e361b6d6366c0cca8c270d8c91e0d1ba98 /community/php7-pecl-ast/APKBUILD | |
parent | f34b568e97b2b21795abe344e606fd61041c0ae2 (diff) | |
download | aports-021c993fd1104aab221674568249b162e997b0f4.tar.bz2 aports-021c993fd1104aab221674568249b162e997b0f4.tar.xz |
community/php7-pecl-ast: rebuild against php 7.3
Diffstat (limited to 'community/php7-pecl-ast/APKBUILD')
-rw-r--r-- | community/php7-pecl-ast/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-pecl-ast/APKBUILD b/community/php7-pecl-ast/APKBUILD index c688c31db9..dd3cfa26ec 100644 --- a/community/php7-pecl-ast/APKBUILD +++ b/community/php7-pecl-ast/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-pecl-ast _pkgext=ast _pkgreal=php-ast pkgver=1.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension exposing PHP 7 abstract syntax tree - PECL" url="https://pecl.php.net/package/ast" arch="all" |