| author | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-03-24 09:41:29 UTC |
| committer | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-03-24 09:41:29 UTC |
| parent | 764ad315f05f34d5ca52ac9683da39d16bc0d147 |
| .SRCINFO | +2 | -3 |
| PKGBUILD | +2 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 94541bf..98d3bcd 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 = 1.1.r0.g1e16c41 - pkgrel = 2 + pkgver = 1.2.r0.gc0ae6e4 + pkgrel = 1 url = https://tildegit.org/ploum/AV-98-offline arch = any license = BSD @@ -11,7 +11,6 @@ pkgbase = offpunk-git depends = python depends = less optdepends = chafa: chafa and ansiwrap are required to render images in terminal - optdepends = python-ansiwrap: support ANSI escape codes optdepends = python-beautifulsoup4: conversion of HTML optdepends = python-cryptography: better support of TOFU client certificates optdepends = python-editor: create lists using your editor of choice diff --git a/PKGBUILD b/PKGBUILD index 9b1aae0..1086f28 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ pkgname='offpunk-git' _pkgname='offpunk' -pkgver=1.1.r0.g1e16c41 -pkgrel=2 +pkgver=1.2.r0.gc0ae6e4 +pkgrel=1 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities' arch=('any') url='https://tildegit.org/ploum/AV-98-offline' @@ -20,7 +20,6 @@ makedepends=( ) optdepends=( 'chafa: chafa and ansiwrap are required to render images in terminal' - 'python-ansiwrap: support ANSI escape codes' 'python-beautifulsoup4: conversion of HTML' 'python-cryptography: better support of TOFU client certificates' 'python-editor: create lists using your editor of choice'