summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f479b9ab6727..95f35d1d0743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = urxvtconfig
pkgrel = 1
url = https://github.com/daedreth/URXVTConfig
arch = x86_64
- license = GPL3
+ license = LGPL3
makedepends = qt4
makedepends = gcc
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index fc36c24f0fe7..11fc951911cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.'
arch=('x86_64')
url="https://github.com/daedreth/URXVTConfig"
-license=('GPL3')
+license=('LGPL3')
depends=('git' 'qt4' 'fontconfig' 'libxft' 'imagemagick' 'libxcb' 'freetype2')
makedepends=('qt4' 'gcc' 'git')
conflicts=($pkgname)