summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author吕海涛2016-01-03 18:13:49 +0800
committer吕海涛2016-01-03 18:13:49 +0800
commit0722d354994507037c7b0e1d8e3d6a2221b77554 (patch)
tree948f18e355e831c274a3535bb2a7671362160a5a
parent69efd2933d1991d873ca9b250f6dc187c1a6d06c (diff)
downloadaur-0722d354994507037c7b0e1d8e3d6a2221b77554.tar.gz
support PHP7
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49fdfd594841..7f1276b60c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=php-msgpack
_extname=msgpack
-pkgver=0.5.7
+pkgver=2.0.0
pkgrel=1
pkgdesc="PHP extension for interfacing with MessagePack"
arch=("i686" "x86_64")
@@ -29,4 +29,4 @@ package() {
install -m0755 -D ".libs/$_extname.so" "$pkgdir$(php-config --extension-dir)/$_extname.so"
}
-sha256sums=('b8ee20cd0a79426c1abd55d5bbae85e5dcfbe0238abf9ce300685fbe76d94cdf')
+sha256sums=('974043dd47907a34f8820d1957db3a8e8a15a4c55b59eb265cb8a65d0b40f2a0')