summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-17 00:55:47 +0100
committerGustavo Alvarez2016-01-17 00:55:47 +0100
commit3120bbeac1cc6b0eb02b3389563cd2fb22055c09 (patch)
treecc05f6c72be3422ec47965e8665f2b11621ced8f
parent3b15165b9368f71cc30330e8778b9168b80f4073 (diff)
downloadaur-3120bbeac1cc6b0eb02b3389563cd2fb22055c09.tar.gz
set correct license=()
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87b336a2719..5dbac18d910b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 23:46:39 UTC 2016
+# Sat Jan 16 23:55:10 UTC 2016
pkgbase = d2vwitch-git
pkgdesc = Cross-platform D2V creator. (GIT version)
pkgver = v1.0.gb9b26a9
@@ -7,7 +7,8 @@ pkgbase = d2vwitch-git
url = http://forum.doom9.org/showthread.php?t=173090
arch = i686
arch = x86_64
- license = GPL
+ license = LGPL2.1
+ license = ISC
makedepends = git
depends = ffmpeg
provides = d2vwitch
diff --git a/PKGBUILD b/PKGBUILD
index 2a9ab29721c6..7b30663a8ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Cross-platform D2V creator. (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=173090'
-license=('GPL')
+license=('LGPL2.1' 'ISC')
depends=('ffmpeg')
makedepends=('git')
provides=('d2vwitch')