summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar Vinnichuk2020-06-16 16:42:08 +0300
committerNazar Vinnichuk2020-06-16 16:42:08 +0300
commitfd8df2f2724f7c47b474bfef1ef4cc4862d308b6 (patch)
tree444789890c5986a3f9328bc5ac70eaee8e704568
parent1fc61b800f1aefcdc27b6e527ed691597ac3c776 (diff)
downloadaur-fd8df2f2724f7c47b474bfef1ef4cc4862d308b6.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 950cff7ca56b..2de2217767f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = bspwm-undo-git
pkgrel = 1
url = http://github.com/Kharacternyk/bspwm-undo
arch = any
- license = GPL-3
+ license = GPL3
makedepends = git
depends = bspwm
conflicts = bspwm-undo
diff --git a/PKGBUILD b/PKGBUILD
index 8639c0d2f840..00612812e725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Undoable versions of some bspc commands."
url="http://github.com/Kharacternyk/${_pkgname}"
arch=('any')
-license=('GPL-3')
+license=('GPL3')
depends=('bspwm')
makedepends=('git')
conflicts=("${_pkgname}")