diff options
author | TBK <tbk@jjtc.dk> | 2018-03-21 06:14:43 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 01:51:44 +0300 |
commit | f136e290a855a381c328211e02b4553707282b95 (patch) | |
tree | 0a18aa326f28a79f0ac4fcb43e599135328ec180 /community/php7-yaml | |
parent | 06a1f029626eb9a9aed5e3717c8efdba706192cd (diff) | |
download | aports-f136e290a855a381c328211e02b4553707282b95.tar.bz2 aports-f136e290a855a381c328211e02b4553707282b95.tar.xz |
community/php7-yaml: rebuild against php 7.2.4
Diffstat (limited to 'community/php7-yaml')
-rw-r--r-- | community/php7-yaml/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/php7-yaml/APKBUILD b/community/php7-yaml/APKBUILD index 43d4ec00e6..872581b9a7 100644 --- a/community/php7-yaml/APKBUILD +++ b/community/php7-yaml/APKBUILD @@ -2,18 +2,17 @@ pkgname=php7-yaml _pkgreal=yaml pkgver=2.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="YAML syntax bindings for PHP" url="http://bd808.com/pecl-file_formats-yaml/" arch="all" license="MIT" makedepends="php7-dev autoconf yaml-dev" depends="php7-common" -builddir="$srcdir"/$_pkgreal-$pkgver/ - # Set source file explicitly, otherwise extracted archive directory breaks the build. source="$pkgname-$pkgver.tgz::http://pecl.php.net/get/$_pkgreal-$pkgver.tgz 10-detect.patch" +builddir="$srcdir/$_pkgreal-$pkgver" build() { cd "$builddir" @@ -28,7 +27,7 @@ build() { # added here as 10-detect.patch check() { cd "$builddir" - NO_INTERACTION=1 REPORT_EXIT_STATUS=1 make test + make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test } package() { |