diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-28 12:30:38 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-28 12:30:38 (GMT) |
commit | ae7ca3c512c066ee26de9ed831a0deb187565435 (patch) | |
tree | 38387b85d9711cd70049161026729bdd16e2013a /abs | |
parent | 6bdfe7a58ab8e7078db0d77d50757be9743b4842 (diff) | |
download | linhes_pkgbuild-ae7ca3c512c066ee26de9ed831a0deb187565435.zip linhes_pkgbuild-ae7ca3c512c066ee26de9ed831a0deb187565435.tar.gz linhes_pkgbuild-ae7ca3c512c066ee26de9ed831a0deb187565435.tar.bz2 |
php: bump and rebuild for libjpeg
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/php/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD index 598b37a..c549d56 100644 --- a/abs/core-testing/php/PKGBUILD +++ b/abs/core-testing/php/PKGBUILD @@ -1,6 +1,6 @@ pkgname=php pkgver=5.2.6 -pkgrel=19 +pkgrel=20 _suhosinver=0.9.6.2 pkgdesc='A high-level scripting language' arch=('i686' 'x86_64') @@ -39,10 +39,14 @@ optdepends=('bzip2: bz2' \ 'libxslt: xsl' \ ) options=('emptydirs') -source=("http://www.php.net/distributions/${pkgname}-${pkgver}.tar.bz2" \ +source=("http://museum.php.net/php5/${pkgname}-${pkgver}.tar.bz2" \ "http://download.suhosin.org/suhosin-patch-${pkgver}-${_suhosinver}.patch.gz" \ 'php.ini' 'apache.conf' 'db-configure.patch') - +md5sums=('7380ffecebd95c6edb317ef861229ebd' + 'f2ec986341a314c271259dbe4d940858' + '160b4a4f6fba59e646c3b79e3cb0f134' + '96ca078be6729b665be8a865535a97bf' + '74e5ce5a02488ec91b1c59f539e42936') build() { phpconfig="--prefix=/usr \ |