summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-05 08:35:36 +0300
committerDimitris Kiziridis2020-04-05 08:35:36 +0300
commit4bacf93d70eebd9841972e286535065b40ccce7f (patch)
treee2029b6d3e7a9b0327c6a4dbb526702badf0ad9c
parentdecccbee50946c4f88166af5989bcf0ef11ace0e (diff)
downloadaur-4bacf93d70eebd9841972e286535065b40ccce7f.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9732c5b2acb4..1ae54bedcd05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = mcmojave-circle-icon-theme-git
pkgrel = 1
url = https://github.com/vinceliuice/McMojave-circle
arch = any
- license = GPL3
+ license = GPL-3.0
makedepends = git
depends = gtk-update-icon-cache
optdepends = mojave-gtk-theme-git: Recommended GTK theme.
diff --git a/PKGBUILD b/PKGBUILD
index 865e45fa35ae..b78c359d82b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
depends=('gtk-update-icon-cache')
makedepends=('git')
optdepends=('mojave-gtk-theme-git: Recommended GTK theme.')
-license=('GPL3')
+license=('GPL-3.0')
url="https://github.com/vinceliuice/${_gitname}"
source=("git+${url}")
md5sums=('SKIP')