summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-10-27 16:55:10 +0100
committerJohannes Dewender2014-10-27 16:55:10 +0100
commit7acdd2ec2273610eb6081510315c0b1916c4d1a3 (patch)
tree112f4a294bdc2c92b6eea9ecdca059691d8e428e
parent87a3c926870eccd9e71632a5aa85da78f7a71c1c (diff)
downloadaur-7acdd2ec2273610eb6081510315c0b1916c4d1a3.tar.gz
essentia-acousticbrainz: GPL -> AGPL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d82ec7e6337..19cf3967746d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = essentia-acousticbrainz
url = http://essentia.upf.edu/
arch = x86_64
arch = i686
- license = GPL
+ license = AGPL
makedepends = python2
makedepends = git
depends = libyaml
diff --git a/PKGBUILD b/PKGBUILD
index ffdb9c78f046..daf35e49078a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc="audio analysis and audio-based music information retrieval for acousticbrainz"
url="http://essentia.upf.edu/"
arch=('x86_64' 'i686')
-license=('GPL')
+license=('AGPL')
makedepends=('python2' 'git')
depends=('libyaml' 'fftw' 'ffmpeg' 'taglib' 'libsamplerate')
source=("git+https://github.com/MTG/$_pkgname.git#commit=$_AB_COMMIT")