From 8c2359e2541f9d1b11443b49d8ea502b3ffea39c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Aug 2011 23:14:34 +0000 Subject: Wed Aug 3 23:14:34 UTC 2011 --- extra/quodlibet/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/quodlibet') diff --git a/extra/quodlibet/PKGBUILD b/extra/quodlibet/PKGBUILD index b55269622..c230b9370 100644 --- a/extra/quodlibet/PKGBUILD +++ b/extra/quodlibet/PKGBUILD @@ -1,8 +1,8 @@ -#$Id: PKGBUILD 117459 2011-04-02 23:31:59Z eric $ +#$Id: PKGBUILD 134307 2011-08-02 21:13:14Z eric $ # Maintainer: Eric BĂ©langer pkgname=quodlibet -pkgver=2.3 +pkgver=2.3.1 pkgrel=1 pkgdesc="An audio player written in pygtk" arch=('i686' 'x86_64') @@ -17,16 +17,16 @@ optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support ' 'notification-daemon: for notification support' 'libgpod: for ipod support' 'python-feedparser: for audio feeds (podcast) support' - 'hal: for media devices support' + 'udisks: for media devices support' 'media-player-info: for media devices support') options=('!makeflags') source=(http://quodlibet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -md5sums=('e6bdb97decba40c33bd57e039d82c217') -sha1sums=('dae756e8224139989f6b253ef2afe18eca55ef9f') +md5sums=('354b411bd68b3ae4a687c35f6666265b') +sha1sums=('2521011633d0195084e5937eeeb01c0efefa69b1') build() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's#env python#env python2#' *.py + sed -i 's#env python#env python2#' *.py quodlibet/util/fmps.py ./setup.py build } -- cgit v1.2.3-54-g00ecf