diff options
author | TBK <tbk@jjtc.dk> | 2018-03-30 04:10:27 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 01:51:44 +0300 |
commit | 668116740ea70a6fddf4a29d8d7fdf27748ffe67 (patch) | |
tree | 97ac4339d7448643115718c1cfde0f44bfde3992 /community/php7-mailparse | |
parent | 5a0cd7a903512645b43d8e9b1158c3d9335dd8e4 (diff) | |
download | aports-668116740ea70a6fddf4a29d8d7fdf27748ffe67.tar.bz2 aports-668116740ea70a6fddf4a29d8d7fdf27748ffe67.tar.xz |
community/php7-mailparse: rebuild against php 7.2.4
Diffstat (limited to 'community/php7-mailparse')
-rw-r--r-- | community/php7-mailparse/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-mailparse/APKBUILD b/community/php7-mailparse/APKBUILD index 455ff64b12..299aaa0f75 100644 --- a/community/php7-mailparse/APKBUILD +++ b/community/php7-mailparse/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-mailparse _pkgreal=mailparse pkgver=3.0.2 -pkgrel=1 +pkgrel=2 _phpver=${pkgname#php} _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension for parsing and working with email messages" @@ -13,7 +13,7 @@ license="PHP" depends="php$_phpver-common php$_phpver-mbstring" makedepends="php$_phpver-dev autoconf" source="$pkgname-$pkgver.tgz::http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" -options="!check" # tests fail b/c of not loaded mbstring module +options="!check" # tests fail - mbstring not loaded builddir="$srcdir/$_pkgreal-$pkgver" build() { |