mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 00:07:14 +08:00
Updating php-apc and rebuilding for the new php in testing.
This commit is contained in:
parent
9dd1e838a9
commit
1041a6c3fe
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user