[arch-commits] Commit in python-docutils-stubs/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Fri Feb 19 15:48:01 UTC 2021


    Date: Friday, February 19, 2021 @ 15:48:01
  Author: ffy00
Revision: 865935

add missing python-docutils dependency (0.0.20-2)

Modified:
  python-docutils-stubs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-19 15:43:35 UTC (rev 865934)
+++ PKGBUILD	2021-02-19 15:48:01 UTC (rev 865935)
@@ -3,12 +3,12 @@
 _pkgname=docutils-stubs
 pkgname=python-$_pkgname
 pkgver=0.0.20
-pkgrel=1
+pkgrel=2
 pkgdesc='PEP 561 based Type information for docutils'
 arch=('any')
 url='https://github.com/tk0miya/docutils-stubs'
 license=('custom:Unlicense')
-depends=('python')
+depends=('python' 'python-docutils')
 makedepends=('python-setuptools')
 source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
         'https://raw.githubusercontent.com/tk0miya/docutils-stubs/1f13dcdbebb06bc742b797bc5765a70d734a7fbc/LICENSE')



More information about the arch-commits mailing list