git » offpunk-git.git » commit 05967b4

New upstream release: v2.6 (2025-02-24)

author Klaus Alexander Seistrup
2025-02-24 13:29:28 UTC
committer Klaus Alexander Seistrup
2025-02-24 13:29:28 UTC
parent 33d93ec18dd21ee9f2655b78699d401ae82aac9f

New upstream release: v2.6 (2025-02-24)

.SRCINFO +2 -4
PKGBUILD +3 -5

diff --git a/.SRCINFO b/.SRCINFO
index 8cb9ffc..ed6b66d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities (latest commit)
-	pkgver = 2.5.r0.g7569520
-	pkgrel = 2
+	pkgver = 2.6.r0.ga3623c6
+	pkgrel = 1
 	epoch = 5
 	url = https://git.sr.ht/~lioploum/offpunk
 	arch = any
@@ -19,8 +19,6 @@ pkgbase = offpunk-git
 	depends = python-chardet
 	depends = python-cryptography
 	depends = python-feedparser
-	depends = python-lxml-html-clean
-	depends = python-pillow
 	depends = python-readability-lxml
 	depends = python-requests
 	depends = python-setproctitle
diff --git a/PKGBUILD b/PKGBUILD
index 2360a9d..f09a172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # -*- sh -*-
 
-# Maintainer: Klaus Alexander Seistrup <$(echo 0x1fd+d59decfa=40 | tr 0-9+a-f=x ka-i@p-u.l)>
+#  Maintainer: Klaus Alexander Seistrup <$(echo 0x1fd+d59decfa=40 | tr 0-9+a-f=x ka-i@p-u.l)>
 # Contributor: Anna Vyalkova <cyber AT sysrq DOT in>
 
 pkgname='offpunk-git'
 _pkgname='offpunk'
 epoch=5
-pkgver=2.5.r0.g7569520
-pkgrel=2
+pkgver=2.6.r0.ga3623c6
+pkgrel=1
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities (latest commit)'
 arch=('any')
 url='https://git.sr.ht/~lioploum/offpunk'
@@ -20,8 +20,6 @@ depends=(
   'python-chardet'
   'python-cryptography'
   'python-feedparser'
-  'python-lxml-html-clean'
-  'python-pillow'
   'python-readability-lxml'
   'python-requests'
   'python-setproctitle'