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

Evangelos Foutras foutrelis at archlinux.org
Mon Mar 9 04:46:08 UTC 2020


    Date: Monday, March 9, 2020 @ 04:46:08
  Author: foutrelis
Revision: 592743

Tidy up the PKGBUILD a bit

Modified:
  python-pygments/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-09 04:43:33 UTC (rev 592742)
+++ PKGBUILD	2020-03-09 04:46:08 UTC (rev 592743)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Python syntax highlighter"
 arch=('any')
-url="http://pygments.org/"
+url="https://pygments.org/"
 license=('BSD')
 depends=('python-setuptools')
 provides=('pygmentize')
@@ -16,8 +16,6 @@
 sha256sums=('647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44')
 
 package() {
-  depends=('python-setuptools')
-
   cd "$srcdir/Pygments-$pkgver"
 
   python3 setup.py install --root="$pkgdir" -O1



More information about the arch-commits mailing list