summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2018-07-18 21:29:32 +0800
committerFelix Yan2018-07-18 21:29:32 +0800
commit37eec306bfbaf0a5e0feb8a30ca106259765a6fc (patch)
treebf1db9285c630d729b34763448d27a77c85d9fed
parentfe0ee3af4f5e69d44045e5dacea78b61cc69165e (diff)
downloadaur-37eec306bfbaf0a5e0feb8a30ca106259765a6fc.tar.gz
Revert last change, the soname change needs to be in php53-embed itself
-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() {