summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-27 18:21:42 +0100
committerDaniel Peukert2024-01-27 18:21:42 +0100
commit8895f99132990fa20265482be11069abbd6cf86b (patch)
tree20f365665076c016ff08f46a7ef7adeef7d2d405
parentfa79bf37b04799b11998edb41fe322bb18f7b676 (diff)
downloadaur-8895f99132990fa20265482be11069abbd6cf86b.tar.gz
Update license identifier for kahlo and salvador
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0c472ecb691..15450ac50c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = salvador
pkgrel = 1
url = https://gitlab.com/dpeukert/salvador
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
depends = git
depends = pacman-contrib
depends = perl
diff --git a/.gitignore b/.gitignore
index 004b0a3a8706..076d904dd4ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo,
# which causes the gitignore file to apply to them too, which breaks some builds
-# Based on https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+# Based on https://github.com/github/gitignore/blob/main/ArchLinuxPackages.gitignore
/*.tar
/*.tar.*
/*.rpm
diff --git a/PKGBUILD b/PKGBUILD
index 86a1feef7e80..dc3f3b2e6dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel='1'
pkgdesc='A bash script that will help you maintain your AUR packages'
arch=('any')
url="https://gitlab.com/dpeukert/$pkgname"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('git' 'pacman-contrib' 'perl')
optdepends=(
'curl: nvchecker functionality'