git » offpunk-git.git » commit bef9110

python-pillow is only needed if chafa < 1.10

author Klaus Alexander Seistrup
2022-03-14 09:56:04 UTC
committer Klaus Alexander Seistrup
2022-03-14 09:56:04 UTC
parent 16968fa4b1d6be03c41db76ab566c47fe4e8941e

python-pillow is only needed if chafa < 1.10

.SRCINFO +1 -2
PKGBUILD +1 -2

diff --git a/.SRCINFO b/.SRCINFO
index c9103d0..5b1cb3a 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.0.r1.g438d8b9
-	pkgrel = 1
+	pkgrel = 2
 	url = https://tildegit.org/ploum/AV-98-offline
 	arch = any
 	license = BSD
@@ -17,7 +17,6 @@ pkgbase = offpunk-git
 	optdepends = python-editor: create lists using your editor of choice
 	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-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 e29831c..d0a5a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 pkgver=1.0.r1.g438d8b9
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities'
 arch=('any')
 url='https://tildegit.org/ploum/AV-98-offline'
@@ -26,7 +26,6 @@ optdepends=(
   'python-editor: create lists using your editor of choice'
   '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-readability-lxml: conversion of HTML'
   'python-requests: for HTTP support'
   'python-setproctitle: allows offpunk to change its process title'