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

Eli Schwartz eschwartz at archlinux.org
Sun Feb 28 20:44:38 UTC 2021


    Date: Sunday, February 28, 2021 @ 20:44:38
  Author: eschwartz
Revision: 876062

fanficfare: simplify depends declaration

Modified:
  fanficfare/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 20:41:56 UTC (rev 876061)
+++ PKGBUILD	2021-02-28 20:44:38 UTC (rev 876062)
@@ -9,8 +9,8 @@
 url="https://github.com/JimmXinu/${_pkgname}"
 license=('Apache')
 changelog=changelog.txt
-depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-cloudscraper' 'python-html5lib'
-         'python-html2text')
+_deps=('beautifulsoup4' 'chardet' 'cloudscraper' 'html5lib' 'html2text')
+depends=("${_deps[@]/#/python-}")
 optdepends=('python-pillow: support for converting/resizing story images and covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('7165364dfcb99bb84a23547252653d7dcfeba52b57dc167b3d6948dad8c67ad4')



More information about the arch-commits mailing list