summaryrefslogtreecommitdiff
path: root/community/pympd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-16 00:01:21 +0000
committerroot <root@rshg054.dnsready.net>2012-03-16 00:01:21 +0000
commitcd326e60e1e54ebe83bd700850b313c69f419eef (patch)
treeb15df594ae07c150fff4a55c0d1a01885b232dd0 /community/pympd
parent14635ca5380a480450a66c3fcc29992d29a2bd8e (diff)
Fri Mar 16 00:01:21 UTC 2012
Diffstat (limited to 'community/pympd')
-rw-r--r--community/pympd/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/pympd/PKGBUILD b/community/pympd/PKGBUILD
index 742a74a63..d83139b8c 100644
--- a/community/pympd/PKGBUILD
+++ b/community/pympd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 27187 2010-09-18 15:58:45Z schuay $
+# $Id: PKGBUILD 67738 2012-03-14 10:05:54Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: whatah <whatah@gmail.com>
@@ -6,18 +6,18 @@
pkgname=pympd
pkgver=0.08.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
arch=('i686' 'x86_64')
url="http://pympd.sourceforge.net/"
license=('GPL')
-depends=('libglade' 'pygtk>=2.6')
+depends=('libglade' 'pygtk')
makedepends=('pkgconfig')
options=('!emptydirs')
source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
md5sums=('388c2882ffbacffb27b491441a2b2a23')
-build() {
+package() {
cd ${srcdir}/$pkgname-$pkgver
# python2 fix
@@ -30,4 +30,3 @@ build() {
make PREFIX=/usr DESTDIR=${pkgdir} install
}
-