summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeriel2017-02-01 00:24:30 +0000
committerSeriel2017-02-01 00:24:30 +0000
commit573823e97b83cb8208fcd3c39a7ccf06dd7060b4 (patch)
treed876164cf1aa74e09d1e26aac004cea72d465c29
parent2d0628901b97d407eb85e70c2f40f86b9afc4bf7 (diff)
downloadaur-573823e97b83cb8208fcd3c39a7ccf06dd7060b4.tar.gz
Fix license
-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)