[arch-commits] Commit in libc++/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Nov 14 21:07:03 UTC 2021
Date: Sunday, November 14, 2021 @ 21:07:03
Author: heftig
Revision: 1047592
work around a commitpkg issue
Modified:
libc++/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 21:00:23 UTC (rev 1047591)
+++ PKGBUILD 2021-11-14 21:07:03 UTC (rev 1047592)
@@ -51,7 +51,9 @@
ninja -C build check-cxx check-cxxabi
}
-package_libc++() {
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!)
+package_libc++ () {
pkgdesc='LLVM C++ standard library.'
depends=("libc++abi=$pkgver-$pkgrel")
options=('staticlibs')
More information about the arch-commits
mailing list