diff options
Diffstat (limited to 'extra/snd/PKGBUILD')
-rw-r--r-- | extra/snd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD index 4a1880185..97b7c82f7 100644 --- a/extra/snd/PKGBUILD +++ b/extra/snd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 165577 2012-08-25 16:01:55Z schiv $ +# $Id: PKGBUILD 171550 2012-11-19 03:46:19Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: see .contrib pkgname=snd -pkgver=13.0 +pkgver=13.2 pkgrel=1 pkgdesc="An advanced sound editor" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('wavpack' 'flac' 'speex' 'mpg123' 'timidity++' 'vorbis-tools') install=$pkgname.install source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz") -md5sums=('2288933fdaf012ed92c850d6dba90c54') +md5sums=('303df8ac9e6d777e480e24b65a3bfaad') build() { cd "$srcdir/$pkgname-$pkgver" |