From 8a8ac56bbf82685c43072923560881e6b119ec66 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Oct 2011 23:14:36 +0000 Subject: Fri Oct 7 23:14:36 UTC 2011 --- community/jansson/PKGBUILD | 6 +++--- community/nginx/PKGBUILD | 8 +++++--- community/qtractor/PKGBUILD | 8 ++++---- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'community') diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index 975b3d6d5..00981bb6f 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55139 2011-09-04 02:28:01Z kkeen $ +# $Id: PKGBUILD 56380 2011-10-07 02:59:03Z kkeen $ # Maintainer: Kyle Keen # Contributor: Dave Reisner pkgname=jansson -pkgver=2.2 +pkgver=2.2.1 pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url='http://www.digip.org/jansson/' license=('MIT') options=('!libtool') source=("$url/releases/$pkgname-$pkgver.tar.bz2") -md5sums=('0e91c6867f49dbc3ef0bbf21d26812ee') +md5sums=('074373f2d101c52d70659be86647e7a1') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index e5d40753d..411bf9d68 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56187 2011-10-03 07:27:47Z spupykin $ +# $Id: PKGBUILD 56357 2011-10-06 09:08:20Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Miroslaw Szot @@ -12,7 +12,7 @@ _group=http pkgname=nginx pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64') depends=('pcre' 'zlib' 'openssl') @@ -55,7 +55,9 @@ build() { --with-http_dav_module \ --with-http_gzip_static_module \ --with-ipv6 \ - --add-module=/usr/lib/passenger/ext/nginx + --add-module=/usr/lib/passenger/ext/nginx \ + --http-scgi-temp-path=${_tmp_path} \ + --http-uwsgi-temp-path=${_tmp_path} #--with-http_mp4_module \ #--with-http_realip_module \ #--with-http_addition_module \ diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD index 0f47776b6..9cd0fc150 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 52272 2011-07-22 23:53:54Z schiv $ +# $Id: PKGBUILD 56375 2011-10-06 21:35:18Z schiv $ # Maintainer: Ray Rashif # Contributor: Philipp Überbacher pkgname=qtractor -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('ladspa' 'dssi') [ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('6dcc05532f71eaaa1aa0f336bcd265b0') +md5sums=('c54adf974fd363a9f2151a802f170e6d') build() { cd "$srcdir/$pkgname-$pkgver" @@ -28,7 +28,7 @@ build() { package () { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf