[arch-commits] Commit in mold/trunk (PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Sun Sep 4 07:07:03 UTC 2022
Date: Sunday, September 4, 2022 @ 07:07:02
Author: grawlinson
Revision: 1292793
upgpkg: mold 1.4.2; new upstream release
* New upstream release.
* Add makedepends: cmake.
Modified:
mold/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 03:38:02 UTC (rev 1292792)
+++ PKGBUILD 2022-09-04 07:07:02 UTC (rev 1292793)
@@ -2,7 +2,7 @@
# Contributor: Adrian Perez de Castro <aperez at igalia.com>
pkgname=mold
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc='A Modern Linker'
arch=('x86_64')
@@ -10,10 +10,10 @@
license=('AGPL3')
# xxhash is bundled
depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb')
-makedepends=('git' 'python')
+makedepends=('git' 'python' 'cmake')
checkdepends=('clang' 'libdwarf')
options=('debug')
-_commit='19d9255d72520678fd5eccca1ee9933b0f2c7e1b'
+_commit='b7bfe418ba86881b6811da0b83fbc5a5e050ce22'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')
More information about the arch-commits
mailing list