summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-05 08:34:51 +0300
committerDimitris Kiziridis2020-04-05 08:34:51 +0300
commit844323c3e1c2d875cb7e963f25b069e8ce09d6d6 (patch)
tree385eb2a5a4c413df94933fe2ce1b124a51209048
parent12f94e58d55f43d04aac681c8a1efc78d51f3ecb (diff)
downloadaur-844323c3e1c2d875cb7e963f25b069e8ce09d6d6.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 8b8bca73f0bc..3f20b17626bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ex-impression-icon-theme-git
pkgrel = 1
url = https://github.com/balasakthi88/EX-Impression
arch = any
- license = GPL3
+ license = GPL-3.0
makedepends = git
provides = ex-impression-icon-theme
provides = ex-impression-icon-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index b687438030f6..a27e95bcc16f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='This icon theme got inspired on Mac OS icons and mimics those for the Linux OS'
arch=('any')
url='https://github.com/balasakthi88/EX-Impression'
-license=('GPL3')
+license=('GPL-3.0')
makedepends=('git')
source=("git+${url}")
provides=("${pkgname%-*}" "${pkgname}")