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

Evangelos Foutras foutrelis at archlinux.org
Wed Jan 13 11:58:22 UTC 2021


    Date: Wednesday, January 13, 2021 @ 11:58:21
  Author: foutrelis
Revision: 406168

upgpkg: llvm10 10.0.1-4: remove python-setuptools optdep

Modified:
  llvm10/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 11:12:45 UTC (rev 406167)
+++ PKGBUILD	2021-01-13 11:58:21 UTC (rev 406168)
@@ -3,7 +3,7 @@
 
 pkgname=('llvm10' 'llvm10-libs')
 pkgver=10.0.1
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://llvm.org/"
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -48,7 +48,6 @@
 package_llvm10() {
   pkgdesc="Collection of modular and reusable compiler and toolchain technologies"
   depends=('llvm10-libs' 'perl')
-  optdepends=('python-setuptools: for using lit (LLVM Integrated Tester)')
   conflicts=('llvm')
 
   cd "$srcdir/llvm-$pkgver.src/build"



More information about the arch-commits mailing list