[arch-commits] Commit in fanficfare/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Jul 3 18:40:53 UTC 2019


    Date: Wednesday, July 3, 2019 @ 18:40:53
  Author: eschwartz
Revision: 487364

upgpkg: fanficfare 3.9.0-2

add missing optdepends on Pillow as per FS#63089

Modified:
  fanficfare/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-03 15:15:44 UTC (rev 487363)
+++ PKGBUILD	2019-07-03 18:40:53 UTC (rev 487364)
@@ -3,7 +3,7 @@
 _pkgname=FanFicFare
 pkgname=fanficfare
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
 url="https://github.com/JimmXinu/${_pkgname}"
@@ -11,6 +11,7 @@
 changelog=changelog.txt
 depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
          'python-html2text')
+optdepends=('python-pillow: support for converting/resizing story images and covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('d1345230dfb3b62d62214e65e960de1e1fbd860777354ecda5905e0b94048d26')
 b2sums=('7a141e8d5b7a43523bc6fa65fd063cf7c74a40453755f0f88b1c3df8836f7c8e5509ecf86334d705bf3e42e04188e8e9c13be1d29f19f4117998893e0fb87593')



More information about the arch-commits mailing list