aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f06ad6105819..4eb47731d20b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_extname=wddx
pkgname=("php-${_extname}")
pkgver=7.0.14
-pkgrel=1
+pkgrel=2
pkgdesc="PHP extension for wddx"
arch=('i686' 'x86_64')
url='https://secure.php.net/wddx'
@@ -12,7 +12,7 @@ depends=('php')
backup=("etc/php/conf.d/${_extname}.ini")
install="php-${_extname}.install"
source=("https://secure.php.net/distributions/php-${pkgver}.tar.gz")
-md5sums=('2da2981724d5c99ab7dc6e2164c8e756')
+md5sums=('5e20062f39fb3bd5afeed916866acad9')
build() {
cd "php-${pkgver}/ext/${_extname}"