git » offpunk-git.git » commit c9c57a2

Make licenses field SPDX compatible

author Klaus Alexander Seistrup
2024-01-15 16:36:23 UTC
committer Klaus Alexander Seistrup
2024-01-15 16:36:23 UTC
parent 50368b9e32cbaf96d75581ac13657feeaa9416d6

Make licenses field SPDX compatible

.SRCINFO +4 -5
PKGBUILD +5 -8

diff --git a/.SRCINFO b/.SRCINFO
index 36614fb..ac84938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities (development snapshot)
-	pkgver = 2.1.r0.g1bbd317
+	pkgver = 2.1.r8.gcf459e5
 	pkgrel = 1
-	epoch = 3
+	epoch = 4
 	url = https://git.sr.ht/~lioploum/offpunk
 	arch = any
-	license = AGPL
+	license = AGPL-3.0-or-later
 	makedepends = coreutils
 	makedepends = git
 	makedepends = python-build
 	makedepends = python-hatchling
 	makedepends = python-installer
 	makedepends = python-wheel
-	depends = python
 	depends = file
 	depends = less
+	depends = python
 	optdepends = chafa: chafa and ansiwrap are required to render images in terminal
 	optdepends = python-beautifulsoup4: conversion of HTML
 	optdepends = python-chardet: detect text encoding
@@ -29,7 +29,6 @@ pkgbase = offpunk-git
 	optdepends = xsel: copies text to and from the clipboard
 	provides = offpunk
 	conflicts = offpunk
-	conflicts = av-98-offline
 	noextract = offpunk
 	source = git+https://git.sr.ht/~lioploum/offpunk
 	sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 008545c..5898f79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
 
 pkgname='offpunk-git'
 _pkgname='offpunk'
-pkgver=2.1.r0.g1bbd317
+pkgver=2.1.r8.gcf459e5
 pkgrel=1
-epoch=3
+epoch=4
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities (development snapshot)'
 arch=('any')
 url='https://git.sr.ht/~lioploum/offpunk'
-license=('AGPL')
+license=('AGPL-3.0-or-later')
 depends=(
-  'python'
   'file'
   'less'
+  'python'
 )
 makedepends=(
   'coreutils'
@@ -39,10 +39,7 @@ optdepends=(
   'xsel: copies text to and from the clipboard'
 )
 provides=('offpunk')
-conflicts=(
-  'offpunk'
-  'av-98-offline'
-)
+conflicts=('offpunk')
 source=("git+$url")
 noextract=("$_pkgname")
 sha256sums=('SKIP')