summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48f8a4fef75a..9ad58023b9a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=uwsgi-plugin-php53
pkgdesc="Plugin for PHP 5.3 support"
pkgver=2.0.17.1
-pkgrel=2
+pkgrel=3
arch=(i686 x86_64)
url="http://projects.unbit.it/uwsgi"
license=(GPL2)
@@ -34,9 +34,6 @@ prepare(){
for patch in uwsgi_trick_chroot.patch; do
patch -Np1 -i $srcdir/$patch
done
-
- # Link with libphp53 explicitly
- sed -i 's/^php_version = .*/php_version = "53"/' plugins/php/uwsgiplugin.py
}
build() {