diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-19 03:55:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-19 03:55:19 +0000 |
commit | a7868499c166c245f671318faaaf777a802fbefe (patch) | |
tree | 802e518096f9a58e8ff77373555f361560a2cee1 /extra/snd/PKGBUILD | |
parent | f4cbb127d45017c14988b232dbae02bc2858c6df (diff) |
Sun Jan 19 03:51:11 UTC 2014
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 a08c7a03b..d057ea480 100644 --- a/extra/snd/PKGBUILD +++ b/extra/snd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 203030 2014-01-02 06:24:42Z schiv $ +# $Id: PKGBUILD 204379 2014-01-18 15:41:07Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: see .contrib pkgname=snd -pkgver=14.2 +pkgver=14.3 pkgrel=1 pkgdesc="An advanced sound editor" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp' optdepends=('wavpack' 'flac' 'speex' 'mpg123' 'timidity++' 'vorbis-tools') source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz") -md5sums=('a442b98c75043bc8a4b9b50ba0c2b5b7') +md5sums=('817e1da8fe471e817b1ac4b1203925cd') build() { cd "$srcdir/$pkgname-$pkgver" |