Date: Wednesday, December 15, 2021 @ 12:51:11 Author: arojas Revision: 1073020
Drop unused python2 makedepends Modified: python-sphinx-alabaster-theme/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-15 12:49:24 UTC (rev 1073019) +++ PKGBUILD 2021-12-15 12:51:11 UTC (rev 1073020) @@ -3,7 +3,7 @@ pkgname=python-sphinx-alabaster-theme pkgver=0.7.12 -pkgrel=8 +pkgrel=9 pkgdesc="Sphinx default theme" url='https://github.com/bitprophet/alabaster' @@ -11,7 +11,7 @@ license=('custom:BSD') depends=('python') -makedepends=('python-setuptools' 'python2-setuptools') +makedepends=('python-setuptools') source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz")
