testing/php7-timezonedb: modernize

This commit is contained in:
TBK 2018-03-21 17:16:47 +01:00 committed by Andy Postnikov
parent b0d5ea10d8
commit 29f90c6cef

View File

@ -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() {