summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2024-03-30 18:37:19 +0100
committerChristian Schendel2024-03-30 18:37:19 +0100
commit8485c6390804e6a2647c2855013e6b5e1a7e3267 (patch)
tree081a5705156a6d7f9eb25f98fba0101e69fa08f8
parent732c3110a924b072c0b86f91193e11f42313ee5c (diff)
downloadaur-8485c6390804e6a2647c2855013e6b5e1a7e3267.tar.gz
migrate license identifiers to SPDX
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f50f2558d97..c7ffbc9feb31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fortune-mod-de-git
pkgdesc = Fortune Cookies in German, from the Debian project
pkgver = 0.36.1.r0.gdf2bbca
- pkgrel = 1
+ pkgrel = 2
url = https://salsa.debian.org/debian/fortunes-de
arch = any
groups = fortune-mods
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = recode
makedepends = git
depends = fortune-mod
diff --git a/PKGBUILD b/PKGBUILD
index ed595edf4373..ff85694f049f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fortune-mod-de-git
pkgver=0.36.1.r0.gdf2bbca
-pkgrel=1
+pkgrel=2
pkgdesc="Fortune Cookies in German, from the Debian project"
url="https://salsa.debian.org/debian/fortunes-de"
depends=('fortune-mod')
@@ -14,7 +14,7 @@ groups=('fortune-mods')
source=("${pkgname%-git}::git+https://salsa.debian.org/debian/fortunes-de.git")
arch=('any')
options=('!strip')
-license=('GPL2')
+license=('GPL-2.0-or-later')
md5sums=('SKIP')
pkgver() {