aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-timezonedb/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/php7-timezonedb/APKBUILD b/testing/php7-timezonedb/APKBUILD
index 433ad2802f..70e4c18c53 100644
--- a/testing/php7-timezonedb/APKBUILD
+++ b/testing/php7-timezonedb/APKBUILD
@@ -3,18 +3,15 @@
pkgname=php7-timezonedb
_pkgreal=timezonedb
pkgver=2018.3
-pkgrel=0
+pkgrel=1
pkgdesc="Timezone Database to be used with PHP's date and time functions."
url="http://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
-depends=
+depends=""
makedepends="php7-dev autoconf"
-install=""
-subpackages=""
source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
-
-builddir="$srcdir"/$_pkgreal-$pkgver
+builddir="$srcdir/$_pkgreal-$pkgver"
options="!check" # upstream does not provide tests yet
build() {