summaryrefslogtreecommitdiff
path: root/community/php-memcache/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/php-memcache/PKGBUILD')
-rw-r--r--community/php-memcache/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/community/php-memcache/PKGBUILD b/community/php-memcache/PKGBUILD
index e67b0a5a7..4c5a6f246 100644
--- a/community/php-memcache/PKGBUILD
+++ b/community/php-memcache/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 86563 2013-03-19 15:14:56Z foutrelis $
+# $Id: PKGBUILD 87836 2013-04-08 08:42:56Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
pkgname=php-memcache
-pkgver=3.0.7
-pkgrel=2
+pkgver=3.0.8
+pkgrel=1
pkgdesc="Memcache module for PHP"
arch=('i686' 'x86_64')
url="http://pecl.php.net/package/memcache"
@@ -11,17 +11,12 @@ license=('PHP')
depends=('php')
backup=('etc/php/conf.d/memcache.ini')
install=php-memcache.install
-source=(http://pecl.php.net/get/memcache-$pkgver.tgz
- php-memcache-3.0.7-fix-segfault-with-object-serialization.patch)
-sha256sums=('f34e2ef42dd8f1f7e6a2cfbb9417a9e58e3bfd7f5db7227ca5afab686cefdd1f'
- '100bffed22ad537de1cb03653e2dbb6768617ba3b8b49b1cf05c59554270c25b')
+source=(http://pecl.php.net/get/memcache-$pkgver.tgz)
+sha256sums=('2cae5b423ffbfd33a259829849f6000d4db018debe3e29ecf3056f06642e8311')
build() {
cd "$srcdir/memcache-$pkgver"
- # https://bugs.php.net/bug.php?id=63142
- patch -Np0 -i "$srcdir/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch"
-
phpize
./configure --prefix=/usr
make