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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 9 07:25:56 UTC 2021


    Date: Tuesday, February 9, 2021 @ 07:25:56
  Author: polyzen
Revision: 850809

upgpkg: rstcheck 3.3.1-5: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  rstcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 07:18:40 UTC (rev 850808)
+++ PKGBUILD	2021-02-09 07:25:56 UTC (rev 850809)
@@ -2,16 +2,17 @@
 
 pkgname=rstcheck
 pkgver=3.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
 arch=('any')
 url=https://github.com/myint/rstcheck
 license=('MIT')
-depends=('python-docutils' 'python-setuptools')
+depends=('python-docutils')
+makedepends=('python-setuptools')
 checkdepends=('python-sphinx')
 optdepends=('python-sphinx: Sphinx support')
 source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
-sha512sums=('07431d6c4789e4c005c4bf4be66f627c390f57e56f25b4f3db8b392bc7b904ca93c3e26145ab344e9b78109d2054e5f36167ab40b1ab023f08c85d6ec12cafbc')
+b2sums=('3aa20104645add4fbf7d47423def9166b98d67a7b132759f0ef0a0c10b36857dd0bd9a8ba180256b0208e8e7fc27fe20065bb2b5995988a9e738be20b14ef765')
 
 build() {
   cd rstcheck-$pkgver



More information about the arch-commits mailing list