[arch-commits] Commit in wasi-libc++/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Nov 14 20:57:59 UTC 2021
Date: Sunday, November 14, 2021 @ 20:57:58
Author: heftig
Revision: 1047586
13.0.0-2: work around a commitpkg issue
Modified:
wasi-libc++/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 20:57:08 UTC (rev 1047585)
+++ PKGBUILD 2021-11-14 20:57:58 UTC (rev 1047586)
@@ -3,7 +3,7 @@
pkgbase=wasi-libc++
pkgname=(wasi-libc++ wasi-libc++abi)
pkgver=13.0.0
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://libcxx.llvm.org/'
license=('custom:Apache 2.0 with LLVM Exception')
@@ -97,7 +97,9 @@
cmake --build build-libcxxabi -v
}
-package_wasi-libc++() {
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!)
+package_wasi-libc++ () {
pkgdesc='WASI LLVM C++ standard library'
DESTDIR="${pkgdir}" cmake --install build-libcxx -v
More information about the arch-commits
mailing list