community/uwsgi to 2.0.13-1

This commit is contained in:
Kevin Mihelich 2016-05-10 12:12:55 +00:00
parent 4bf511eb95
commit a1897168a0
2 changed files with 6 additions and 5 deletions

View file

@ -23,8 +23,8 @@ pkgname=(uwsgi
uwsgi-plugin-mono
uwsgi-plugin-webdav
mod_proxy_uwsgi)
pkgver=2.0.12
pkgrel=7
pkgver=2.0.13
pkgrel=1
arch=(i686 x86_64)
url="http://projects.unbit.it/$pkgbase"
license=(GPL2)
@ -45,14 +45,14 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
emperor.uwsgi.service
emperor.uwsgi.socket)
md5sums=('1451cab954bad0d7d7429e4d2c84b5df'
md5sums=('5c2e93fc01796a26e418144064a3e396'
'd3c9f32479d816208c3620a782fa5246'
'9aced0faffc5fc04afccf946e8a2a886'
'752475ee32286acfbafa49b898616817'
'feaf107977aec047101acdbf06810f30'
'ea381549fe65a5d72fa1abb5ceb7d3ef'
'4d09535ce379c8acd76160f35d5d6b55'
'0c09a52fdb88f08c36a8b380f451ce6d'
'a49705b98c28dee890b2f88cbaa58be3'
'5fa14ddea9a3dae17b5be28468d47b80'
'25dfcc365241f16d7ea16f7143698b53'
'3ab4486e02f5c217566fb6c8d469c246')
@ -61,6 +61,7 @@ prepare() {
cd $srcdir/$pkgbase-$pkgver
cp $srcdir/archlinux.ini buildconf/archlinux.ini
for patch in uwsgi_ruby20_compatibility.patch uwsgi_trick_chroot.patch; do
msg2 "Applying $patch"
patch -Np1 -i $srcdir/$patch
done
rm -rf plugins/ruby

View file

@ -7,7 +7,7 @@ index e447123..4d55f2c 100644
pass
- if uc:
- plugin_dest = uc.get('plugin_dir') + '/' + name + '_plugin'
- plugin_dest = uc.get('plugin_build_dir', uc.get('plugin_dir')) + '/' + name + '_plugin'
- else:
- plugin_dest = name + '_plugin'
+ plugin_dest = name + '_plugin'