summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1281db3a512..ce7aae07537f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+# Maintainer: Ryan Fantus, mail=$(echo cnlhbmZhbnR1c0BnbWFpbC5jb20K | base64 -d)
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
pkgname=sndfile-tools
-pkgver=1.03
+pkgver=1.04
pkgrel=1
pkgdesc="a small collection of programs that use libsndfile and other libraries to do useful things"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.mega-nerd.com/libsndfile/tools"
-license=('GPL2')
+license=('LGPL')
depends=('fftw' 'cairo' 'jack')
-source=("http://www.mega-nerd.com/libsndfile/files/$pkgname-$pkgver.tar.gz")
-md5sums=('5b74bb6bb4b2627158f861ae9c45e433')
+source=("http://www.mega-nerd.com/libsndfile/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('0bc8c810c7432bed0a6231c27332551f')
build() {
cd "$srcdir/$pkgname-$pkgver"