[arch-commits] Commit in uwsgi/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Jul 7 15:36:33 UTC 2018
Date: Saturday, July 7, 2018 @ 15:36:32
Author: svenstaro
Revision: 354002
upgpkg: uwsgi 2.0.17-2
fix deps
Modified:
uwsgi/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-07 15:36:05 UTC (rev 354001)
+++ PKGBUILD 2018-07-07 15:36:32 UTC (rev 354002)
@@ -23,7 +23,7 @@
uwsgi-plugin-zabbix
mod_proxy_uwsgi)
pkgver=2.0.17
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url="http://projects.unbit.it/$pkgbase"
license=(GPL2)
@@ -98,7 +98,7 @@
package_uwsgi() {
pkgdesc="A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"
- depends=(python2 libxml2 jansson libyaml libsystemd libcap pam pcre)
+ depends=(libxml2 jansson libsystemd libcap pam pcre)
install=uwsgi.install
cd $srcdir/$pkgbase-$pkgver
install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
@@ -134,7 +134,6 @@
if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
- depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
fi
# template end;
}
More information about the arch-commits
mailing list