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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Jun 22 22:05:53 UTC 2022


    Date: Wednesday, June 22, 2022 @ 22:05:53
  Author: foutrelis
Revision: 449341

upgpkg: clang13 13.0.1-3: move libclang-cpp.so.13 to /usr/lib/

Modified:
  clang13/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-22 21:49:53 UTC (rev 449340)
+++ PKGBUILD	2022-06-22 22:05:53 UTC (rev 449341)
@@ -3,7 +3,7 @@
 
 pkgname=clang13
 pkgver=13.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="C language family frontend for LLVM 13"
 arch=('x86_64')
 url="https://clang.llvm.org/"
@@ -98,6 +98,9 @@
 
   DESTDIR="$pkgdir" ninja install-distribution
   install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/lib/{llvm13/lib/,}libclang-cpp.so.13
+  ln -s ../../libclang-cpp.so.13 "$pkgdir/usr/lib/llvm13/lib/libclang-cpp.so.13"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list