summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 550eaf8e4249..11b3bd4994fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = adlmidi-git
arch = i686
arch = x86_64
license = GPL3
+ license = GPL2+
makedepends = git
optdepends = ffmpeg: recording output to video file
provides = adlmidi
diff --git a/PKGBUILD b/PKGBUILD
index 630816d22c00..3e94f9bc711c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.2.6
pkgdesc="A commandline program that plays MIDI via software OPL3 emulation"
arch=('i686' 'x86_64')
url="http://bisqwit.iki.fi/source/adlmidi.html"
-license=('GPL3')
+license=('GPL3' 'GPL2+')
makedepends=('git')
optdepends=('ffmpeg: recording output to video file')
provides=(adlmidi)