diff options
Diffstat (limited to 'community')
-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() { |