Date: Monday, August 19, 2013 @ 15:19:41 Author: spupykin Revision: 96057
Modified: passenger/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-19 13:18:58 UTC (rev 96056) +++ PKGBUILD 2013-08-19 13:19:41 UTC (rev 96057) @@ -2,7 +2,7 @@ # Maintainer: Sergej Pupykin <[email protected]> pkgname=passenger -pkgver=4.0.10 +pkgver=4.0.13 pkgrel=1 pkgdesc="mod_rails passenger" arch=('i686' 'x86_64') @@ -14,13 +14,10 @@ install=passenger.install options=('!emptydirs') source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz) -md5sums=('a30ec12f12923aedd42ed2747903f65a') +md5sums=('4037db4d5254dbafd2811324b6ba0dfc') build(){ cd $srcdir/passenger-release-$pkgver - -# sed -i 's/env python/env python2/' lib/phusion_passenger/wsgi/request_handler.py - ./bin/passenger-install-apache2-module -a rake nginx }
