| author | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-03-08 11:09:38 UTC |
| committer | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-03-08 11:09:38 UTC |
| parent | 7b3d0c6564ac7f02309b4d9655d019c21df05f3a |
| .SRCINFO | +1 | -2 |
| PKGBUILD | +1 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 0a77ccf..0393990 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 = 0.9.r10.g672a1a9 - pkgrel = 2 + pkgrel = 3 url = https://tildegit.org/ploum/AV-98-offline arch = any license = BSD @@ -18,7 +18,6 @@ pkgbase = offpunk-git optdepends = python-feedparser: required to parse RSS and Atom feeds optdepends = python-magic: useful to determine the MIME type of cached objects optdepends = python-pillow: required to render images - optdepends = python-pyxdg: for XDG compatible user directories optdepends = python-readability-lxml: conversion of HTML optdepends = python-requests: for HTTP support optdepends = python-setproctitle: allows offpunk to change its process title diff --git a/PKGBUILD b/PKGBUILD index 6d1488c..13b218a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname='offpunk-git' _pkgname='offpunk' pkgver=0.9.r10.g672a1a9 -pkgrel=2 +pkgrel=3 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities' arch=('any') url='https://tildegit.org/ploum/AV-98-offline' @@ -27,7 +27,6 @@ optdepends=( 'python-feedparser: required to parse RSS and Atom feeds' 'python-magic: useful to determine the MIME type of cached objects' 'python-pillow: required to render images' - 'python-pyxdg: for XDG compatible user directories' 'python-readability-lxml: conversion of HTML' 'python-requests: for HTTP support' 'python-setproctitle: allows offpunk to change its process title'