diff options
author | TBK <tbk@jjtc.dk> | 2018-03-21 17:16:47 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-30 05:53:10 +0300 |
commit | 29f90c6cef9b27a2cffb1efaabc9e001cb2010ac (patch) | |
tree | cd89a0b4cf8785a6939be31d482fb2f38adf9d87 /testing/php7-timezonedb | |
parent | b0d5ea10d877685e107f4dfe3bcd82e04c0fcbb8 (diff) | |
download | aports-29f90c6cef9b27a2cffb1efaabc9e001cb2010ac.tar.bz2 aports-29f90c6cef9b27a2cffb1efaabc9e001cb2010ac.tar.xz |
testing/php7-timezonedb: modernize
Diffstat (limited to 'testing/php7-timezonedb')
-rw-r--r-- | testing/php7-timezonedb/APKBUILD | 9 |
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() { |