diff options
Diffstat (limited to 'community/xmms-pulse/PKGBUILD')
-rw-r--r-- | community/xmms-pulse/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/xmms-pulse/PKGBUILD b/community/xmms-pulse/PKGBUILD index 89fbad382..039f55122 100644 --- a/community/xmms-pulse/PKGBUILD +++ b/community/xmms-pulse/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 68002 2012-03-17 00:12:40Z giovanni $ +# $Id: PKGBUILD 100019 2013-10-31 03:02:17Z allan $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> @@ -6,14 +6,13 @@ pkgname=xmms-pulse pkgver=0.9.4 -pkgrel=3 +pkgrel=4 pkgdesc="An XMMS output plugin for the PulseAudio sound server" arch=('i686' 'x86_64' 'mips64el') url="http://0pointer.de/lennart/projects/xmms-pulse" license=('GPL') depends=('xmms' 'pulseaudio') groups=('xmms-plugins' 'xmms-io-plugins') -options=('!libtool') source=("http://0pointer.de/lennart/projects/xmms-pulse/${pkgname}-${pkgver}.tar.gz") md5sums=('c879939a6242f07b69298b30bcdeb6c5') |