summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-10-13 20:29:12 +0200
committerwillemw122015-10-13 20:29:12 +0200
commitb7a50651b016c4195d5d53a0bd88693f2e8baebb (patch)
treef11435ea546bea50a6dd91a4b831c6ea32c42b55
parent5fb309cf7f8b680b415510cde932f7689c5b8036 (diff)
downloadaur-b7a50651b016c4195d5d53a0bd88693f2e8baebb.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb1bf75ea3a..ce12273114ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v7
-# Tue Oct 13 08:29:05 UTC 2015
+# Tue Oct 13 18:28:24 UTC 2015
pkgbase = decibel-audio-player
pkgdesc = GTK+ audio player
pkgver = 1.08
@@ -7,7 +7,7 @@ pkgbase = decibel-audio-player
url = http://decibel.silent-blade.org/
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL
depends = gstreamer0.10-python
depends = mutagen
depends = pygtk
diff --git a/PKGBUILD b/PKGBUILD
index a10a406e3944..069365908948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=4
pkgdesc="GTK+ audio player"
arch=('i686' 'x86_64')
url="http://decibel.silent-blade.org/"
-license=('GPL3')
+license=('GPL')
depends=('gstreamer0.10-python' 'mutagen' 'pygtk' 'python2-dbus' 'python2-notify')
#cddb-py
optdepends=('python2-imaging: to display coverart')