summaryrefslogtreecommitdiff
path: root/extra/snd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/snd/PKGBUILD')
-rw-r--r--extra/snd/PKGBUILD22
1 files changed, 6 insertions, 16 deletions
diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD
index aa68286a9..a08c7a03b 100644
--- a/extra/snd/PKGBUILD
+++ b/extra/snd/PKGBUILD
@@ -1,32 +1,22 @@
-# $Id: PKGBUILD 199037 2013-11-07 17:11:41Z schiv $
+# $Id: PKGBUILD 203030 2014-01-02 06:24:42Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: see .contrib
pkgname=snd
-pkgver=14.1
-pkgrel=2
+pkgver=14.2
+pkgrel=1
pkgdesc="An advanced sound editor"
arch=('i686' 'x86_64')
url="http://ccrma.stanford.edu/software/snd/"
-license=('custom')
+license=('custom:free')
depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
'timidity++' 'mpg123' 'vorbis-tools')
optdepends=('wavpack' 'flac' 'speex' 'mpg123'
'timidity++' 'vorbis-tools')
-source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz"
- 'type_error.patch')
-md5sums=('955ca19ca70ac0e4d03cd710516c0174'
- '9bfea0dccdfb5da1ba81e721672b11cc')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # fix incomplete type error
- # see http://www.mail-archive.com/cmdist@ccrma.stanford.edu/msg04241.html
- patch -Np1 -i "$srcdir/type_error.patch"
-}
+ source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz")
+md5sums=('a442b98c75043bc8a4b9b50ba0c2b5b7')
build() {
cd "$srcdir/$pkgname-$pkgver"