diff options
author | root <root@rshg047.dnsready.net> | 2011-05-19 22:46:30 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-19 22:46:30 +0000 |
commit | e2fe79d62643f0e50b1c5e194a94cb510b371cc8 (patch) | |
tree | 9c8ecff1c65af070ae8c3b849f1ef8cbc8fea7ce /community/deadbeef | |
parent | b8ea4461e461f0e1782e28b5810eb811423afa79 (diff) |
Thu May 19 22:46:30 UTC 2011
Diffstat (limited to 'community/deadbeef')
-rw-r--r-- | community/deadbeef/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD index 489dcbaa8..e0e61edd6 100644 --- a/community/deadbeef/PKGBUILD +++ b/community/deadbeef/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 47144 2011-05-17 17:39:51Z lfleischer $ +# $Id: PKGBUILD 47194 2011-05-18 15:41:47Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Alexey Yakovenko <waker@users.sourceforge.net> pkgname=deadbeef pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='An audio player for GNU/Linux based on GTK2.' arch=('i686' 'x86_64') url='http://deadbeef.sourceforge.net' @@ -29,12 +29,12 @@ optdepends=('libvorbis: for Ogg Vorbis playback' options=('!libtool') install='deadbeef.install' source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('cf45af00c34f855db87a1056d6e2f1af') +md5sums=('713c47c5e7bb9a29cd0de877aff04ae6') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-converter + ./configure --prefix=/usr make } |