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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 2 06:17:28 UTC 2021


    Date: Tuesday, February 2, 2021 @ 06:17:28
  Author: polyzen
Revision: 840974

upgpkg: python-sphinx_rtd_theme 0.5.1-2: Move setuptools to makedeps

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-02 05:03:53 UTC (rev 840973)
+++ PKGBUILD	2021-02-02 06:17:28 UTC (rev 840974)
@@ -5,13 +5,13 @@
 
 pkgname=python-sphinx_rtd_theme
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Read the Docs theme for Sphinx'
 arch=('any')
 url=https://github.com/readthedocs/sphinx_rtd_theme
 license=('MIT')
-depends=('python-setuptools' 'python-sphinx')
-makedepends=('npm' 'python2')
+depends=('python-sphinx')
+makedepends=('npm' 'python-setuptools' 'python2')
 source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
 b2sums=('ff95a9d0a7e938058d556aa4b0cf5a1ea062817fd92201dde9a5751f07183c485c40887ce7d2da2406de3be1e1153b89408c0e5b46693d1197c5f69adc5b34e3')
 
@@ -25,3 +25,5 @@
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list