summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Barbour2017-01-11 16:50:36 -0500
committerMichael Barbour2017-01-11 16:50:36 -0500
commite1bfcf2ba83aa5ae79f365f8248e1e74123f0882 (patch)
tree8b5c21c2c5d765d9a8c9af669dd705eaee48f359
parent8c8a779ab11e9a34ce612ab0fcda1ea4bab1d65f (diff)
downloadaur-e1bfcf2ba83aa5ae79f365f8248e1e74123f0882.tar.gz
Update license array.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6eca4638248..2150f963d4a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = dsp-git
arch = armv6h
arch = armv7h
license = ISC
+ license = GPL2
+ license = LGPL2.1
makedepends = git
depends = fftw
depends = libsndfile
diff --git a/PKGBUILD b/PKGBUILD
index b39dcfed98f8..6a6b2a67401a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="An audio processing program with an interactive mode"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/bmc0/${_pkgname}"
-license=('ISC')
+license=('ISC' 'GPL2' 'LGPL2.1')
makedepends=('git')
depends=('fftw' 'libsndfile' 'ffmpeg' 'alsa-lib' 'libao' 'libmad' 'libpulse' 'ladspa' 'zita-convolver')
source=("git+https://github.com/bmc0/${_pkgname}.git")