Updating php-apc and rebuilding for the new php in testing.

This commit is contained in:
Daniele 2013-01-20 18:39:49 +00:00
parent 9dd1e838a9
commit 1041a6c3fe

View File

@ -5,16 +5,16 @@
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=php-apc
pkgver=3.1.13
pkgrel=1
arch=('i686' 'x86_64')
pkgver=3.1.14
pkgrel=2
arch=('x86_64')
pkgdesc='A free, open, and robust framework for caching and optimizing PHP intermediate code.'
url='http://pecl.php.net/package/APC'
url="http://pecl.php.net/package/APC"
depends=('php')
license="PHP"
source=("http://pecl.php.net/get/APC-${pkgver}.tgz")
backup=('etc/php/conf.d/apc.ini')
md5sums=('c9e47002e3a67ebde3a6f81437c7b6e0')
md5sums=('4e9111f9e2bdc219107e98beffc3751e')
build() {
cd "${srcdir}/APC-${pkgver}"