diff options
Diffstat (limited to 'testing/php7-timezonedb/APKBUILD')
-rw-r--r-- | testing/php7-timezonedb/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/testing/php7-timezonedb/APKBUILD b/testing/php7-timezonedb/APKBUILD index 2789fb0f81..6ad471a00c 100644 --- a/testing/php7-timezonedb/APKBUILD +++ b/testing/php7-timezonedb/APKBUILD @@ -2,21 +2,19 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=php7-timezonedb _pkgreal=timezonedb -pkgver=2016.3 -_pkgver=${pkgver} +pkgver=2017.2 pkgrel=0 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= -pecldepends="php7-dev autoconf" -makedepends="$pecldepends" +makedepends="php7-dev autoconf" install="" subpackages="" -source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" +source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" -builddir="$srcdir"/$_pkgreal-$_pkgver +builddir="$srcdir"/$_pkgreal-$pkgver build() { cd "$builddir" @@ -32,6 +30,6 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/40_$_pkgreal.ini } -md5sums="552c1db6a39ab241c5d634b5380bfc38 timezonedb-2016.3.tgz" -sha256sums="a87f2f11055355b9df4941fe6da576217f8aaa4b620d75603dd143dc243646db timezonedb-2016.3.tgz" -sha512sums="84a65ccbdd0d7ade5a984ca93c8688b23e08c2c7550c824627e05aedc65837b977a5c43caaac121ea2ff0ddcde71d2b82db8ec1048efd52597d004110f42c7a1 timezonedb-2016.3.tgz" +md5sums="f3781f2487037e33f8a5543781301c0e timezonedb-2017.2.tgz" +sha256sums="e96ea4045a2886d68d15ad64e8d0ace1dd5287b08226e422bc7befb27944927a timezonedb-2017.2.tgz" +sha512sums="767b24c406b2599aefb67e97bb96114e51f12a5f53397ce3607a8030e10320348705ad28cc2a717002d9c1112f7fe97041201e6a09e5c773926543459ff1e65f timezonedb-2017.2.tgz" |