summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-02-12 10:11:33 +0100
committerKlaus Alexander Seistrup2024-02-12 10:11:33 +0100
commit446078a66b3932a6615ae7860c90976b1f0d9eb1 (patch)
tree900026ecdd279276e21df77f43e1ade8d5e2d8ce
parent1d491ce6a00df8a17eb997b23102661450171e39 (diff)
downloadaur-446078a66b3932a6615ae7860c90976b1f0d9eb1.tar.gz
Use SPDX compatible license identifier
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55a9c7070345..bc8e1b8f8b3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slrn-snapshot-canlock
pkgdesc = An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with modern cancel-lock)
pkgver = 1.0.4.9
- pkgrel = 5
+ pkgrel = 6
url = https://jedsoft.org/snapshots/
arch = aarch64
arch = arm
@@ -10,7 +10,7 @@ pkgbase = slrn-snapshot-canlock
arch = i686
arch = pentium4
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
makedepends = uudeview>=20230502
depends = glibc
depends = libcanlock
diff --git a/PKGBUILD b/PKGBUILD
index 848079ca123c..d80e3a3bdbf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Klaus Alexander Seistrup <klaus@seistrup.dk>
# -*- sh -*-
-pkgname=slrn-snapshot-canlock
-_pkgname=slrn
+pkgname='slrn-snapshot-canlock'
+_pkgname='slrn'
pkgver=1.0.4.9
_prever='pre1.0.4-9'
-pkgrel=5
+pkgrel=6
pkgdesc='An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with modern cancel-lock)'
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'pentium4' 'x86_64')
url='https://jedsoft.org/snapshots/'
-license=('GPL')
+license=('GPL-2.0-or-later') # SPDX-License-Identifier: GPL-2.0-or-later
makedepends=('uudeview>=20230502')
depends=(
'glibc'