summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2014-10-27 16:55:10 +0100
committerJohannes Dewender2014-10-27 16:55:10 +0100
commit7acdd2ec2273610eb6081510315c0b1916c4d1a3 (patch)
tree112f4a294bdc2c92b6eea9ecdca059691d8e428e /PKGBUILD
parent87a3c926870eccd9e71632a5aa85da78f7a71c1c (diff)
downloadaur-7acdd2ec2273610eb6081510315c0b1916c4d1a3.tar.gz
essentia-acousticbrainz: GPL -> AGPL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")