summaryrefslogtreecommitdiff
path: root/community/qmpdclient/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qmpdclient/PKGBUILD')
-rw-r--r--community/qmpdclient/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/qmpdclient/PKGBUILD b/community/qmpdclient/PKGBUILD
index 75ec29542..42a0bf0fc 100644
--- a/community/qmpdclient/PKGBUILD
+++ b/community/qmpdclient/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57154 2011-10-22 15:37:23Z andrea $
+# $Id: PKGBUILD 58444 2011-11-12 18:54:25Z andrea $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=qmpdclient
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Qt4 client for MPD"
arch=('i686' 'x86_64')
url="http://bitcheese.net/wiki/QMPDClient"
@@ -29,6 +29,5 @@ build() {
package() {
cd ${srcdir}/build
-
make DESTDIR=${pkgdir} install
}