git » offpunk-git.git » commit abcf76a

Bump to reflect new minor version (upstream v2.4)

author Klaus Alexander Seistrup
2024-11-21 10:36:18 UTC
committer Klaus Alexander Seistrup
2024-11-21 10:36:18 UTC
parent 882276fd4e5989e98bdaf21ba799282b49f6184f

Bump to reflect new minor version (upstream v2.4)

.SRCINFO +3 -2
PKGBUILD +3 -2

diff --git a/.SRCINFO b/.SRCINFO
index 259325b..dc6d35e 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 git commit)
-	pkgver = 2.3.r23.gfee3445
-	pkgrel = 2
+	pkgver = 2.4.r0.g9c1a42e
+	pkgrel = 1
 	epoch = 5
 	url = https://git.sr.ht/~lioploum/offpunk
 	arch = any
@@ -20,6 +20,7 @@ pkgbase = offpunk-git
 	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 028330d..0b3c002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 epoch=5
-pkgver=2.3.r23.gfee3445
-pkgrel=2
+pkgver=2.4.r0.g9c1a42e
+pkgrel=1
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities (latest git commit)'
 arch=('any')
 url='https://git.sr.ht/~lioploum/offpunk'
@@ -21,6 +21,7 @@ depends=(
   'python-cryptography'
   'python-feedparser'
   'python-lxml-html-clean'
+  'python-pillow'
   'python-readability-lxml'
   'python-requests'
   'python-setproctitle'