diff options
author | root <root@rshg054.dnsready.net> | 2012-05-28 17:43:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-28 17:43:57 +0000 |
commit | 483f7de4ab6a706517279a24d2efc969f4a1996d (patch) | |
tree | 128a7513d3e42c4d8812b5fd11a4afb116399762 /community | |
parent | 89dd7b5f30d48c708092a71b1c8285090fe91505 (diff) |
Mon May 28 17:43:57 UTC 2012
Diffstat (limited to 'community')
-rw-r--r-- | community/cmus/PKGBUILD | 7 | ||||
-rw-r--r-- | community/gnac/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python-pyzmq/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python2-pyzmq/PKGBUILD | 7 | ||||
-rw-r--r-- | community/tnef/PKGBUILD | 6 | ||||
-rw-r--r-- | community/tor/PKGBUILD | 8 | ||||
-rw-r--r-- | community/ubuntuone-client/PKGBUILD | 9 |
7 files changed, 28 insertions, 25 deletions
diff --git a/community/cmus/PKGBUILD b/community/cmus/PKGBUILD index 624c12429..e0ca36e41 100644 --- a/community/cmus/PKGBUILD +++ b/community/cmus/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 69234 2012-04-10 18:41:03Z tdziedzic $ -# Maintainer: Aaron Griffin <aaron@archlinux.org> +# $Id: PKGBUILD 71484 2012-05-27 10:23:34Z tomegun $ +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> pkgname=cmus pkgver=2.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="A very feature-rich ncurses-based music player" arch=('i686' 'x86_64') url="http://cmus.sourceforge.net/" diff --git a/community/gnac/PKGBUILD b/community/gnac/PKGBUILD index 9abd3206f..42cb76b7f 100644 --- a/community/gnac/PKGBUILD +++ b/community/gnac/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 68399 2012-03-24 07:12:29Z bgyorgy $ +# $Id: PKGBUILD 71475 2012-05-27 08:59:40Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=gnac -pkgver=0.2.4 -pkgrel=2 +pkgver=0.2.4.1 +pkgrel=1 pkgdesc="Audio converter for GNOME" arch=('i686' 'x86_64') url="http://gnac.sourceforge.net/" @@ -16,7 +16,7 @@ optdepends=('gstreamer0.10-good-plugins: Extra media codecs' 'gstreamer0.10-ffmpeg: Extra media codecs') install=$pkgname.install source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('8794871d1abd8c186dd5b01d53f1e62e') +md5sums=('14d86536a75bde9cbf4c5eaede8c4b2a') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD index d957ed58f..78ff87669 100644 --- a/community/python-pyzmq/PKGBUILD +++ b/community/python-pyzmq/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 61127 2011-12-22 03:57:10Z kkeen $ +# $Id: PKGBUILD 71478 2012-05-27 09:02:29Z kkeen $ # Maintainer: Kyle Keen <keenerd at gmail dot com> pkgname=python-pyzmq -pkgver=2.1.11 +pkgver=2.2.0 pkgrel=1 pkgdesc="Python3 bindings for zeromq, written in Cython" arch=(i686 x86_64) @@ -9,9 +9,9 @@ url="http://www.zeromq.org/bindings:python" license=('LGPL') depends=(zeromq python) source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz) -md5sums=('8ce303d022a1043669d4f239cddca746') +md5sums=('100b73973d6fb235b8da6adea403566e') build() { cd "$srcdir/pyzmq-$pkgver" - python3 setup.py install --root="$pkgdir" --optimize=1 + python3 setup.py install --root="$pkgdir" --optimize=0 } diff --git a/community/python2-pyzmq/PKGBUILD b/community/python2-pyzmq/PKGBUILD index 8ac19b91b..32fd23136 100644 --- a/community/python2-pyzmq/PKGBUILD +++ b/community/python2-pyzmq/PKGBUILD @@ -1,6 +1,7 @@ +# $Id: PKGBUILD 71479 2012-05-27 09:07:00Z kkeen $ # Maintainer: Kyle Keen <keenerd at gmail dot com> pkgname=python2-pyzmq -pkgver=2.1.11 +pkgver=2.2.0 pkgrel=1 pkgdesc="Python2 bindings for zeromq, written in Cython" arch=(i686 x86_64) @@ -8,10 +9,10 @@ url="http://www.zeromq.org/bindings:python" license=('LGPL') depends=(zeromq python2) source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz) -md5sums=('8ce303d022a1043669d4f239cddca746') +md5sums=('100b73973d6fb235b8da6adea403566e') build() { cd "$srcdir/pyzmq-$pkgver" sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py') - python2 setup.py install --root="$pkgdir" --optimize=1 + python2 setup.py install --root="$pkgdir" --optimize=0 } diff --git a/community/tnef/PKGBUILD b/community/tnef/PKGBUILD index 86b319b14..af56e5d39 100644 --- a/community/tnef/PKGBUILD +++ b/community/tnef/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55067 2011-09-01 21:53:31Z spupykin $ +# $Id: PKGBUILD 71507 2012-05-27 19:58:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jeffrey 'jf' Lim <jfs.world@gmail.com> pkgname=tnef -pkgver=1.4.8 +pkgver=1.4.9 pkgrel=1 arch=(i686 x86_64) pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment" @@ -11,7 +11,7 @@ url="http://sourceforge.net/projects/tnef/" license=('GPL') depends=() source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz) -md5sums=('cc6443ac5f30913394c0c16ae7941e4f') +md5sums=('83a3a8fe0c15c9bbe2a8dae74c46b761') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD index 91422a36c..77ca33e7e 100644 --- a/community/tor/PKGBUILD +++ b/community/tor/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 60672 2011-12-16 19:10:49Z lfleischer $ +# $Id: PKGBUILD 71511 2012-05-27 21:52:24Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: simo <simo@archlinux.org> pkgname=tor -pkgver=0.2.2.35 +pkgver=0.2.2.36 pkgrel=1 pkgdesc='Anonymizing overlay network.' arch=('i686' 'x86_64') @@ -20,8 +20,8 @@ source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc} 'torrc' 'tor' 'tor.conf.d') -md5sums=('dcecf699c4b929319d5f1ce0358d4835' - '73472ede84e22f8e3589baf47b0f4427' +md5sums=('620b2110086aba01236b57f1d5aba416' + '0401cf01ad0bcc9aba4f9c1bb5e8e810' '56c75d4e8a66f34167d31e38c43793dd' 'f8e6868a389877346e7eebaacd1078bb' '5c7c6834064b3530c442def6079ac3aa') diff --git a/community/ubuntuone-client/PKGBUILD b/community/ubuntuone-client/PKGBUILD index a8bec2b63..6f849987f 100644 --- a/community/ubuntuone-client/PKGBUILD +++ b/community/ubuntuone-client/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 71237 2012-05-25 20:12:24Z bgyorgy $ +# $Id: PKGBUILD 71472 2012-05-27 08:35:40Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=ubuntuone-client pkgver=3.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Ubuntu One helps you store, sync and share files between your computers" arch=('i686' 'x86_64') url="https://launchpad.net/ubuntuone-client" license=('GPL') -depends=('dbus-glib' 'python2-distribute' 'python2-pyinotify' 'python2-ubuntuone-storageprotocol' 'python2-gobject' 'libnotify' 'python2-gobject2' 'python2-configglue' 'ubuntu-sso-client' 'hicolor-icon-theme' 'xdg-utils') +depends=('dbus-glib' 'python2-configglue' 'python2-distribute' 'python2-gobject' 'libnotify' 'python2-gobject2' 'python2-pyinotify' 'python-simplejson' 'ubuntu-sso-client' 'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils') makedepends=('intltool' 'imake' 'gobject-introspection' 'vala') -optdepends=('ubuntu-sso-client-qt: required for first-time log in') +optdepends=('ubuntu-sso-client-qt: required for first-time log in' + 'python2-pyqt: proxy support') options=('!libtool') install=$pkgname.install source=(http://launchpad.net/ubuntuone-client/stable-3-0/$pkgver/+download/$pkgname-$pkgver.tar.gz |