Date: Tuesday, February 9, 2021 @ 07:12:45 Author: polyzen Revision: 850805
upgpkg: ueberzug 18.1.9-2: Move setuptools to makedeps https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/ Modified: ueberzug/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-09 07:10:30 UTC (rev 850804) +++ PKGBUILD 2021-02-09 07:12:45 UTC (rev 850805) @@ -3,13 +3,13 @@ pkgname=ueberzug pkgver=18.1.9 -pkgrel=1 +pkgrel=2 pkgdesc='Command line util which allows to display images in combination with X11' arch=('x86_64') url=https://github.com/seebye/ueberzug license=('GPL3') -depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow' - 'python-setuptools' 'python-xlib') +depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow' 'python-xlib') +makedepends=('python-setuptools') provides=("python-$pkgname") replaces=("python-$pkgname") source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
