| author | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-12-11 06:20:01 UTC |
| committer | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-12-11 06:20:01 UTC |
| parent | 815ac2accc4e99d7aac85daebaba961291efe5d8 |
| .SRCINFO | +3 | -2 |
| PKGBUILD | +3 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 5f2d576..06e9f77 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.7.1.r4.gc1f6119 + pkgver = 1.8.r0.g45a689a pkgrel = 1 epoch = 2 url = https://git.sr.ht/~lioploum/offpunk @@ -16,12 +16,13 @@ pkgbase = offpunk-git optdepends = python-beautifulsoup4: conversion of HTML optdepends = python-cryptography: better support of TOFU client certificates optdepends = python-feedparser: required to parse RSS and Atom feeds + optdepends = python-pillow: image manipulation optdepends = python-readability-lxml: conversion of HTML optdepends = python-requests: for HTTP support optdepends = python-setproctitle: allows offpunk to change its process title optdepends = timg: view images and videos in the terminal - optdepends = xsel: copies text to and from the clipboard optdepends = xdg-utils: xdg-open opens a URL in the preferred application + optdepends = xsel: copies text to and from the clipboard provides = offpunk conflicts = offpunk conflicts = av-98-offline diff --git a/PKGBUILD b/PKGBUILD index 27078eb..1808edb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname='offpunk-git' _pkgname='offpunk' -pkgver=1.7.1.r4.gc1f6119 +pkgver=1.8.r0.g45a689a pkgrel=1 epoch=2 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities' @@ -26,12 +26,13 @@ optdepends=( 'python-beautifulsoup4: conversion of HTML' 'python-cryptography: better support of TOFU client certificates' 'python-feedparser: required to parse RSS and Atom feeds' + 'python-pillow: image manipulation' 'python-readability-lxml: conversion of HTML' 'python-requests: for HTTP support' 'python-setproctitle: allows offpunk to change its process title' 'timg: view images and videos in the terminal' - 'xsel: copies text to and from the clipboard' 'xdg-utils: xdg-open opens a URL in the preferred application' + 'xsel: copies text to and from the clipboard' ) provides=('offpunk') conflicts=(