Date: Monday, December 26, 2022 @ 07:34:01
  Author: grawlinson
Revision: 1367448

archrelease: copy trunk to community-x86_64

Added:
  mold/repos/community-x86_64/PKGBUILD
    (from rev 1367447, mold/trunk/PKGBUILD)
Deleted:
  mold/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-26 07:33:12 UTC (rev 1367447)
+++ PKGBUILD    2022-12-26 07:34:01 UTC (rev 1367448)
@@ -1,47 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Adrian Perez de Castro <[email protected]>
-
-pkgname=mold
-pkgver=1.7.1
-pkgrel=1
-_commit='d4bc87bfe12515ade842cb28553b974608c88adc'
-pkgdesc='A Modern Linker'
-arch=('x86_64')
-url='https://github.com/rui314/mold'
-license=('AGPL3')
-# xxhash is bundled
-depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb')
-makedepends=('git' 'python' 'cmake' 'mold')
-checkdepends=('clang' 'libdwarf')
-options=('debug')
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake \
-  -S "$pkgname" \
-  -B build \
-  -D CMAKE_BUILD_TYPE='None' \
-  -D CMAKE_INSTALL_PREFIX='/usr' \
-  -D CMAKE_INSTALL_LIBEXECDIR='lib' \
-  -D MOLD_USE_SYSTEM_MIMALLOC=ON \
-  -D MOLD_USE_SYSTEM_TBB=ON \
-  -D MOLD_LTO=ON \
-  -D MOLD_USE_MOLD=ON
-
-  cmake --build build
-}
-
-check() {
-  ctest --test-dir build --output-on-failure
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mold/repos/community-x86_64/PKGBUILD (from rev 1367447, 
mold/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-26 07:34:01 UTC (rev 1367448)
@@ -0,0 +1,47 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Adrian Perez de Castro <[email protected]>
+
+pkgname=mold
+pkgver=1.8.0
+pkgrel=1
+_commit='a49a201695edd294ed4d97231c9dc5a994275dd2'
+pkgdesc='A Modern Linker'
+arch=('x86_64')
+url='https://github.com/rui314/mold'
+license=('AGPL3')
+# xxhash is bundled
+depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb')
+makedepends=('git' 'python' 'cmake' 'mold')
+checkdepends=('clang' 'libdwarf')
+options=('debug')
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake \
+  -S "$pkgname" \
+  -B build \
+  -D CMAKE_BUILD_TYPE='None' \
+  -D CMAKE_INSTALL_PREFIX='/usr' \
+  -D CMAKE_INSTALL_LIBEXECDIR='lib' \
+  -D MOLD_USE_SYSTEM_MIMALLOC=ON \
+  -D MOLD_USE_SYSTEM_TBB=ON \
+  -D MOLD_LTO=ON \
+  -D MOLD_USE_MOLD=ON
+
+  cmake --build build
+}
+
+check() {
+  ctest --test-dir build --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to