diff options
author | root <root@rshg054.dnsready.net> | 2013-08-16 01:45:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-16 01:45:08 -0700 |
commit | 6a3f02abeeecab3efb4442e39e28e05897f25316 (patch) | |
tree | d64fee954cd25e076689b8fea617e207b86f3749 /extra/snd | |
parent | 67142d22ee558cc14309b0a3d372ed796ae8d545 (diff) |
Fri Aug 16 01:44:39 PDT 2013
Diffstat (limited to 'extra/snd')
-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 ce5dea5d9..f8185ed5b 100644 --- a/extra/snd/PKGBUILD +++ b/extra/snd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 189298 2013-07-02 15:47:31Z schiv $ +# $Id: PKGBUILD 193060 2013-08-15 10:40:13Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: see .contrib pkgname=snd -pkgver=13.8 +pkgver=13.9 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=('d70148dc06073b49a854ada504e8a2d4') +md5sums=('acceab2d1e30720640aca54d4b68d45b') build() { cd "$srcdir/$pkgname-$pkgver" |