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

George Rawlinson grawlinson at gemini.archlinux.org
Mon Feb 21 08:31:09 UTC 2022


    Date: Monday, February 21, 2022 @ 08:31:08
  Author: grawlinson
Revision: 1135548

upgpkg: mold 1.1-1

* New upstream release.
* Add clang to checkdepends.

Modified:
  mold/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 07:53:56 UTC (rev 1135547)
+++ PKGBUILD	2022-02-21 08:31:08 UTC (rev 1135548)
@@ -2,7 +2,7 @@
 # Contributor: Adrian Perez de Castro <aperez at igalia.com>
 
 pkgname=mold
-pkgver=1.0.3
+pkgver=1.1
 pkgrel=1
 pkgdesc='A Modern Linker'
 arch=('x86_64')
@@ -10,7 +10,8 @@
 license=('AGPL3')
 depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb' 'xxhash')
 makedepends=('git')
-_commit='bda68f94a4cb6b01649bb15865d6a6fecbef9db9'
+checkdepends=('clang')
+_commit='89612b709638b90c8a044e2f96f47d28054ba789'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 



More information about the arch-commits mailing list