git » offpunk-git.git » commit 357855f

Make sure optional dependencies are still optional

author Klaus Alexander Seistrup
2023-11-25 12:32:03 UTC
committer Klaus Alexander Seistrup
2023-11-25 12:32:03 UTC
parent 3abfa495fe9b713b974a3352045df1fb236c0298

Make sure optional dependencies are still optional

.SRCINFO +2 -2
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 6f74af0..c969f4f 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
-	pkgver = 2.0.r0.g7e4bdd0
-	pkgrel = 2
+	pkgver = 2.0.r4.g233f237
+	pkgrel = 1
 	epoch = 2
 	url = https://git.sr.ht/~lioploum/offpunk
 	arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d4d4061..d32bb7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 
 pkgname='offpunk-git'
 _pkgname='offpunk'
-pkgver=2.0.r0.g7e4bdd0
-pkgrel=2
+pkgver=2.0.r4.g233f237
+pkgrel=1
 epoch=2
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities'
 arch=('any')