aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2018-03-21 17:16:47 +0100
committerAndy Postnikov <apostnikov@gmail.com>2018-03-30 05:53:10 +0300
commit29f90c6cef9b27a2cffb1efaabc9e001cb2010ac (patch)
treecd89a0b4cf8785a6939be31d482fb2f38adf9d87 /testing
parentb0d5ea10d877685e107f4dfe3bcd82e04c0fcbb8 (diff)
downloadaports-29f90c6cef9b27a2cffb1efaabc9e001cb2010ac.tar.bz2
aports-29f90c6cef9b27a2cffb1efaabc9e001cb2010ac.tar.xz
testing/php7-timezonedb: modernize
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() {