summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff8c579be75..061f53c295a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jul 18 12:44:03 UTC 2018
+# Wed Jul 18 13:29:14 UTC 2018
pkgbase = uwsgi-plugin-php53
pkgdesc = Plugin for PHP 5.3 support
pkgver = 2.0.17.1
- pkgrel = 2
+ pkgrel = 3
url = http://projects.unbit.it/uwsgi
arch = i686
arch = x86_64
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() {