[arch-commits] Commit in python-pallets-sphinx-themes/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Oct 26 15:17:09 UTC 2019


    Date: Saturday, October 26, 2019 @ 15:17:08
  Author: foutrelis
Revision: 520400

Add runtime dep: python-importlib-metadata

Modified:
  python-pallets-sphinx-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 15:10:20 UTC (rev 520399)
+++ PKGBUILD	2019-10-26 15:17:08 UTC (rev 520400)
@@ -3,12 +3,12 @@
 pkgname=python-pallets-sphinx-themes
 _pyname=${pkgname/python-/}
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Sphinx themes for Pallets and related projects'
 url='https://github.com/pallets/pallets-sphinx-themes'
 arch=('any')
 license=('BSD')
-depends=('python' 'python-sphinx')
+depends=('python' 'python-sphinx' 'python-importlib-metadata')
 makedepends=('python-setuptools')
 source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
 sha512sums=('3e4a1c278179e1595b40541eeabf9d2e642d5693d802a7e775829d96b8ed1031ebb08b608c688e8ec9e6a9c41f72523006a77948f93f938f265c5da26eb7d478')



More information about the arch-commits mailing list