summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49ed165d88e4..5f036654a5bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
-# Generated by mksrcinfo v8
-# Wed Aug 10 10:46:22 UTC 2016
pkgbase = sndfile-tools
pkgdesc = a small collection of programs that use libsndfile and other libraries to do useful things
- pkgver = 1.03
+ pkgver = 1.04
pkgrel = 1
url = http://www.mega-nerd.com/libsndfile/tools
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
- license = GPL2
+ license = LGPL
depends = fftw
depends = cairo
depends = jack
- source = http://www.mega-nerd.com/libsndfile/files/sndfile-tools-1.03.tar.gz
- md5sums = 5b74bb6bb4b2627158f861ae9c45e433
+ source = http://www.mega-nerd.com/libsndfile/files/sndfile-tools-1.04.tar.bz2
+ md5sums = 0bc8c810c7432bed0a6231c27332551f
pkgname = sndfile-tools
-
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"