diff options
Diffstat (limited to 'community/uwsgi/PKGBUILD')
-rw-r--r-- | community/uwsgi/PKGBUILD | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/community/uwsgi/PKGBUILD b/community/uwsgi/PKGBUILD index 447d415b4..cce6fe1a9 100644 --- a/community/uwsgi/PKGBUILD +++ b/community/uwsgi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98834 2013-10-20 05:56:09Z dwallace $ +# $Id: PKGBUILD 102953 2013-12-24 23:07:41Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Valentin Hăloiu <vially.ichb+aur@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -19,18 +19,18 @@ pkgname=(uwsgi uwsgi-plugin-lua51 uwsgi-plugin-carbon uwsgi-plugin-rrdtool - uwsgi-plugin-erlang uwsgi-plugin-pam uwsgi-plugin-zergpool ) -pkgver=1.9.18.1 + #uwsgi-plugin-erlang +pkgver=1.9.21.1 pkgrel=1 arch=(i686 x86_64) url="http://projects.unbit.it/$pkgbase" license=(GPL2) conflicts=(python-$pkgbase) makedepends=(gcc python python2 ruby python2-greenlet php-embed curl libxml2 libyaml - perl lua51 pcre libedit openssl bzip2 gmp erlang pam java-environment=7 + perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7 jansson classpath) source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz archlinux.ini @@ -41,8 +41,8 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz uwsgi_ruby20_compatibility.patch uwsgi_trick_chroot.patch) -md5sums=('9925e4c189cb0fcd26d4b2efd732b6ca' - 'fcd57c37372e6afe5b1fae151dd43bc9' +md5sums=('82df3eeacc0d4e661459bc50d50e757b' + '2f21e871e81698c88c7ec2dbb4e3833e' 'b05ba1d796e1ea608a40635bc4f3ec67' '740a7718bd341b03d916a13ddbbbe694' 'db70315bbc8cb886a278ba59d5fd8d57' @@ -197,13 +197,13 @@ package_uwsgi-plugin-rrdtool(){ ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-} } -package_uwsgi-plugin-erlang(){ - depends=(uwsgi-plugin-common erlang) - pkgdesc="Plugin for Erlang support" - install -dm755 $pkgdir/usr/bin - install -Dm755 $pkgbase-$pkgver/erlang_plugin.so $pkgdir/usr/lib/uwsgi/erlang_plugin.so - ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-} -} +#package_uwsgi-plugin-erlang(){ +# depends=(uwsgi-plugin-common erlang) +# pkgdesc="Plugin for Erlang support" +# install -dm755 $pkgdir/usr/bin +# install -Dm755 $pkgbase-$pkgver/erlang_plugin.so $pkgdir/usr/lib/uwsgi/erlang_plugin.so +# ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-} +#} package_uwsgi-plugin-pam(){ |