summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar Vinnichuk2020-06-16 16:41:28 +0300
committerNazar Vinnichuk2020-06-16 16:41:28 +0300
commit0beb77bb3019fc42e70e3b7930536e153b02c249 (patch)
tree641f0b4dd9de7dbc39eb4591463e06672be291f4
parent66b8ed3555c5bb8588839d74894f9b385173cb84 (diff)
downloadaur-0beb77bb3019fc42e70e3b7930536e153b02c249.tar.gz
Fix license naming.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e92cda09f83..01c2cef5d91b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pacwall-git
pkgrel = 1
url = http://github.com/Kharacternyk/pacwall
arch = any
- license = GPL-3
+ license = GPL3
makedepends = git
depends = graphviz
depends = pacman-contrib
diff --git a/PKGBUILD b/PKGBUILD
index dc11fcaff848..7780a5495b3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Dependency graph of installed packages on your wallpaper."
url="http://github.com/Kharacternyk/${_pkgname}"
arch=('any')
-license=('GPL-3')
+license=('GPL3')
depends=('graphviz' 'pacman-contrib')
optdepends=('feh: wallpaper setting using feh'
'hsetroot: wallpaper setting using hsetroot'