| author | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2023-03-27 18:02:44 UTC |
| committer | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2023-03-27 18:02:44 UTC |
| parent | d9b0cabfbd77e078c8721d30e337376c1c6493dd |
| .SRCINFO | +2 | -1 |
| PKGBUILD | +2 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 7a68d66..db05a0f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = offpunk-git pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities - pkgver = 1.9.1.r3.g7a05e21 + pkgver = 1.9.2.r1.gdc38a3f pkgrel = 1 epoch = 2 url = https://git.sr.ht/~lioploum/offpunk @@ -17,6 +17,7 @@ pkgbase = offpunk-git depends = less optdepends = chafa: chafa and ansiwrap are required to render images in terminal optdepends = python-beautifulsoup4: conversion of HTML + optdepends = python-chardet: detect text encoding optdepends = python-cryptography: better support of TOFU client certificates optdepends = python-feedparser: required to parse RSS and Atom feeds optdepends = python-pillow: image manipulation diff --git a/PKGBUILD b/PKGBUILD index 19d6799..581dfb3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname='offpunk-git' _pkgname='offpunk' -pkgver=1.9.1.r3.g7a05e21 +pkgver=1.9.2.r1.gdc38a3f pkgrel=1 epoch=2 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities' @@ -28,6 +28,7 @@ makedepends=( optdepends=( 'chafa: chafa and ansiwrap are required to render images in terminal' 'python-beautifulsoup4: conversion of HTML' + 'python-chardet: detect text encoding' 'python-cryptography: better support of TOFU client certificates' 'python-feedparser: required to parse RSS and Atom feeds' 'python-pillow: image manipulation'