aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpencer Rinehart2016-06-16 10:08:37 -0500
committerSpencer Rinehart2016-06-16 10:08:37 -0500
commitcf571c37ddf6ff86f319246733a0875212a48a43 (patch)
tree8273f2ba5e5938fb9a5d033c12c884fcffff7d94 /PKGBUILD
parent7438304303c84fc114b65c32ebd8add1e661580d (diff)
downloadaur-cf571c37ddf6ff86f319246733a0875212a48a43.tar.gz
Update to 1.4.0RC1 for PHP 7 compatibility.
PHP 7 compat has finally arrived in a tagged version on pecl. Hopefully it gets to a stable version soon, but this is better than nothing.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed0ea5726423..605a50ae10ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=php-gnupg
_extname=gnupg
-pkgver=1.3.6
+pkgver=1.4.0RC1
pkgrel=1
pkgdesc="PHP extension for gnupg/gpgme."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('php>=5.1.3' 'gpgme')
backup=("etc/php/conf.d/${_extname}.ini")
install="php-${_extname}.install"
source=("http://pecl.php.net/get/${_extname}-${pkgver}.tgz")
-md5sums=('dc42f527e1945996ab89d3f1908cfb04')
+md5sums=('cd3a2fdd6685bb132c95aa3c6b16bf59')
build() {
cd "${_extname}-${pkgver}"