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