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

Anatol Pomozov anatolik at archlinux.org
Thu Jul 2 17:03:19 UTC 2020


    Date: Thursday, July 2, 2020 @ 17:02:23
  Author: anatolik
Revision: 657501

FS#67154 add lld as a package dependency

Modified:
  tinygo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-02 16:57:27 UTC (rev 657500)
+++ PKGBUILD	2020-07-02 17:02:23 UTC (rev 657501)
@@ -8,7 +8,7 @@
 url='https://github.com/tinygo-org/tinygo'
 license=(BSD)
 options=(!strip)
-depends=(llvm-libs clang)
+depends=(llvm-libs clang lld)
 makedepends=(go llvm git)
 # use git as we need to fetch submodules
 source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver



More information about the arch-commits mailing list