summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeriel2017-02-01 00:25:53 +0000
committerSeriel2017-02-01 00:25:53 +0000
commit754686a77d728ad7e6441877d0063a4e3bd709cd (patch)
tree23f51b887060384d045699e616a3455c77029045
parent573823e97b83cb8208fcd3c39a7ccf06dd7060b4 (diff)
downloadaur-754686a77d728ad7e6441877d0063a4e3bd709cd.tar.gz
Fix license again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95f35d1d0743..849bebaa8be4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = urxvtconfig
pkgrel = 1
url = https://github.com/daedreth/URXVTConfig
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0
makedepends = qt4
makedepends = gcc
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 11fc951911cc..9f84e6dae41b 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=('LGPL3')
+license=('LGPL-3.0')
depends=('git' 'qt4' 'fontconfig' 'libxft' 'imagemagick' 'libxcb' 'freetype2')
makedepends=('qt4' 'gcc' 'git')
conflicts=($pkgname)