aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-pecl-timezonedb
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-03-27 16:11:33 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-04-18 19:42:15 +0300
commit445614bddbcfb9814f5cf7fb801ea8bc731aab92 (patch)
tree2d6c22ccb4fac2e9d13c1360eab0399bf988c594 /community/php7-pecl-timezonedb
parentf4c7036387b1b063876e36cdc0c3c4a3a32c540a (diff)
downloadaports-445614bddbcfb9814f5cf7fb801ea8bc731aab92.tar.bz2
aports-445614bddbcfb9814f5cf7fb801ea8bc731aab92.tar.xz
community/php7-pecl-timezonedb: format check()
Diffstat (limited to 'community/php7-pecl-timezonedb')
-rw-r--r--community/php7-pecl-timezonedb/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php7-pecl-timezonedb/APKBUILD b/community/php7-pecl-timezonedb/APKBUILD
index 8794a2d8c4..bb1773a03a 100644
--- a/community/php7-pecl-timezonedb/APKBUILD
+++ b/community/php7-pecl-timezonedb/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php7-pecl-timezonedb
_pkgreal=timezonedb
pkgver=2019.1
-pkgrel=1
+pkgrel=2
pkgdesc="Timezone Database to be used with PHP's date and time functions."
url="https://pecl.php.net/package/timezonedb"
arch="all"
@@ -23,8 +23,8 @@ build() {
}
check() {
- # Test suite is not a part of pecl release.
- php7 -d extension="$builddir"/modules/$_pkgreal.so --ri $_pkgreal
+ # Test suite is not a part of pecl release.
+ php7 -d extension="$builddir"/modules/$_pkgreal.so --ri $_pkgreal
}
package() {