diff options
author | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
commit | c38c20f4261c973628038df011b526c6ad4e0489 (patch) | |
tree | 177946f9ec2d7ef5e23b9ffdd749442d18923aa6 /extra/alsaplayer | |
parent | 361f95d1ff881daf5f87cb14917bd524511abfc5 (diff) |
Fri Oct 11 00:07:27 PDT 2013
Diffstat (limited to 'extra/alsaplayer')
-rw-r--r-- | extra/alsaplayer/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/alsaplayer/PKGBUILD b/extra/alsaplayer/PKGBUILD index 4fd53e435..a77b965fb 100644 --- a/extra/alsaplayer/PKGBUILD +++ b/extra/alsaplayer/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 170547 2012-11-08 15:28:30Z heftig $ +# $Id: PKGBUILD 196265 2013-10-10 02:58:34Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=alsaplayer pkgver=0.99.81 -pkgrel=5 +pkgrel=6 pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA library and driver quite a bit" arch=('i686' 'x86_64') -url="http://www.alsaplayer.org/" +url="http://alsaplayer.sourceforge.net/" license=('GPL') depends=('gcc-libs' 'desktop-file-utils') makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 'audiofile' 'doxygen') @@ -22,7 +22,7 @@ optdepends=('gtk2: for the gtk2 GUI interface' \ 'libmikmod: for mod, s3m, it and xm formats supports') options=('!libtool') install=alsaplayer.install -source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2) +source=(http://alsaplayer.sourceforge.net/${pkgname}-${pkgver}.tar.bz2) sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd') build() { |