aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-timezonedb
diff options
context:
space:
mode:
authorFabio Ribeiro <fabiorphp@gmail.com>2017-04-09 12:46:00 -0300
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-10 13:22:14 +0000
commit13360b29c215d86d27ec5d82f04d238ea2ce82b2 (patch)
tree9a7ad10abcb3d2e2b295318718a3c7563211fa97 /testing/php7-timezonedb
parentea2e969df5ca5354dae9277615d64fed2d191cc9 (diff)
downloadaports-13360b29c215d86d27ec5d82f04d238ea2ce82b2.tar.bz2
aports-13360b29c215d86d27ec5d82f04d238ea2ce82b2.tar.xz
testing/php7-timezonedb: Pacakge Update
Diffstat (limited to 'testing/php7-timezonedb')
-rw-r--r--testing/php7-timezonedb/APKBUILD16
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"