summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Barbour2018-08-08 16:44:27 -0400
committerMichael Barbour2018-08-08 16:44:27 -0400
commite58d03caa318ee049e342a492cb49310ee5f3e06 (patch)
tree790800a7218ca7224eec3f42db870e24777b93b2 /PKGBUILD
parent2d7f399f756e8374bf30d53cdd106e67142b3d81 (diff)
downloadaur-dsp-git.tar.gz
GPL2 and LGPL2.1 code was removed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 888ac119a007..1241b456f19a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=dsp-git
_pkgname=dsp
-pkgver=279.700283f
+pkgver=327.42fb208
pkgrel=1
pkgdesc="An audio processing program with an interactive mode"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/bmc0/${_pkgname}"
-license=('ISC' 'GPL2' 'LGPL2.1')
+license=('ISC')
makedepends=('git' 'ladspa')
depends=('fftw' 'libsndfile' 'ffmpeg' 'alsa-lib' 'libao' 'libmad' 'libpulse' 'zita-convolver' 'libltdl')
source=("git+https://github.com/bmc0/${_pkgname}.git")
@@ -30,6 +30,4 @@ package() {
cd "${srcdir}/${_pkgname}"
make DESTDIR="${pkgdir}" install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 LICENSE.GPL2 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.GPL2"
- install -Dm644 LICENSE.LGPL2_1 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.LGPL2_1"
}