git » offpunk-git.git » commit 3abfa49

Oops, license is now AGPL

author Klaus Alexander Seistrup
2023-11-16 11:34:10 UTC
committer Klaus Alexander Seistrup
2023-11-16 11:34:10 UTC
parent 30797f6dfa7fb249c9a9fb657f6c5f03e58cd35f

Oops, license is now AGPL

.SRCINFO +2 -2
PKGBUILD +2 -3

diff --git a/.SRCINFO b/.SRCINFO
index 250a6ac..6f74af0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
 	pkgver = 2.0.r0.g7e4bdd0
-	pkgrel = 1
+	pkgrel = 2
 	epoch = 2
 	url = https://git.sr.ht/~lioploum/offpunk
 	arch = any
-	license = BSD
+	license = AGPL
 	makedepends = coreutils
 	makedepends = git
 	makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index ee4ee2b..d4d4061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 pkgver=2.0.r0.g7e4bdd0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities'
 arch=('any')
 url='https://git.sr.ht/~lioploum/offpunk'
-license=('BSD')
+license=('AGPL')
 depends=(
   'python'
   'file'
@@ -67,7 +67,6 @@ package() {
   test -f man/offpunk.1 && \
   install -Dm0644 man/offpunk.1 "$pkgdir/usr/share/man/man1/offpunk.1"
   install -Dm0644 README.md     "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm0644 LICENSE       "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # eof