summaryrefslogtreecommitdiff
path: root/extra/snd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/snd/PKGBUILD')
-rw-r--r--extra/snd/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD
index 2a23dc657..aa68286a9 100644
--- a/extra/snd/PKGBUILD
+++ b/extra/snd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 197656 2013-10-27 21:04:41Z schiv $
+# $Id: PKGBUILD 199037 2013-11-07 17:11:41Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: see .contrib
pkgname=snd
pkgver=14.1
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced sound editor"
arch=('i686' 'x86_64')
url="http://ccrma.stanford.edu/software/snd/"
@@ -15,16 +15,16 @@ makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
'timidity++' 'mpg123' 'vorbis-tools')
optdepends=('wavpack' 'flac' 'speex' 'mpg123'
'timidity++' 'vorbis-tools')
-install=$pkgname.install
source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz"
'type_error.patch')
md5sums=('955ca19ca70ac0e4d03cd710516c0174'
- '6e96d59346b53a1c73060857f688dbd0')
+ '9bfea0dccdfb5da1ba81e721672b11cc')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- # work around incomplete type error
+ # fix incomplete type error
+ # see http://www.mail-archive.com/cmdist@ccrma.stanford.edu/msg04241.html
patch -Np1 -i "$srcdir/type_error.patch"
}