summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-11-05 12:07:12 +0100
committerJuergen Daubert <jue@jue.li>2015-11-05 12:07:12 +0100
commite263d5b2b4b3543b1b9ba1751445ad5f1d7a8ace (patch)
treecbcab3b91ac50cecccf323942674c598d4d16bde
parente5ccfe1016ac07fcfa7fd94561d109271d60b673 (diff)
downloadcontrib-e263d5b2b4b3543b1b9ba1751445ad5f1d7a8ace.tar.gz
contrib-e263d5b2b4b3543b1b9ba1751445ad5f1d7a8ace.tar.xz
php-bcmath: update to 5.6.15
-rw-r--r--php-bcmath/.md5sum2
-rw-r--r--php-bcmath/Pkgfile11
2 files changed, 7 insertions, 6 deletions
diff --git a/php-bcmath/.md5sum b/php-bcmath/.md5sum
index cd1b2d604..8fa557191 100644
--- a/php-bcmath/.md5sum
+++ b/php-bcmath/.md5sum
@@ -1 +1 @@
-1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2
+c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz
diff --git a/php-bcmath/Pkgfile b/php-bcmath/Pkgfile
index 9ddd3860e..aedaf7e9a 100644
--- a/php-bcmath/Pkgfile
+++ b/php-bcmath/Pkgfile
@@ -1,18 +1,19 @@
# Description: BC Math module for PHP
-# URL: http://www.php.net
-# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
+# URL: http://www.php.net
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Packager: Mikhail Kolesnik, mike at openbunker dot org
# Depends on:
name=php-bcmath
-version=5.5.6
+version=5.6.15
release=1
-source=(http://www.php.net/distributions/php-$version.tar.bz2)
+source=(http://www.php.net/distributions/php-$version.tar.xz)
build() {
cd php-$version
./configure --disable-all \
- --enable-bcmath=shared,/usr
+ --enable-bcmath=shared,/usr
make build-modules
install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}

Generated by cgit