Skip to content

Commit

Permalink
Bump pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 30, 2024
1 parent 38445ff commit 350a532
Show file tree
Hide file tree
Showing 38 changed files with 30 additions and 24 deletions.

This file was deleted.

Binary file not shown.
Git LFS file not shown

This file was deleted.

Binary file not shown.
Git LFS file not shown
Binary file not shown.

This file was deleted.

Binary file not shown.
Git LFS file not shown
Binary file not shown.

This file was deleted.

Binary file not shown.
Git LFS file not shown
Binary file not shown.

This file was deleted.

Binary file not shown.
Git LFS file not shown
Binary file not shown.

This file was deleted.

Binary file not shown.
Git LFS file not shown
Binary file not shown.

This file was deleted.

Binary file not shown.
Git LFS file not shown
Binary file not shown.
Binary file modified pkgs/x86_64/tomcat0x42.db.tar.gz
Binary file not shown.
Binary file added pkgs/x86_64/tomcat0x42.db.tar.gz.old
Binary file not shown.
Binary file added pkgs/x86_64/tomcat0x42.db.tar.gz.old.sig
Binary file not shown.
Binary file modified pkgs/x86_64/tomcat0x42.db.tar.gz.sig
Binary file not shown.
Binary file modified pkgs/x86_64/tomcat0x42.files.tar.gz
Binary file not shown.
Binary file added pkgs/x86_64/tomcat0x42.files.tar.gz.old
Binary file not shown.
Binary file added pkgs/x86_64/tomcat0x42.files.tar.gz.old.sig
Binary file not shown.
Binary file modified pkgs/x86_64/tomcat0x42.files.tar.gz.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/cmake-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# This PKGBUILD is based on the official Arch cmake package.

pkgname=cmake-git
pkgver=3.30.3.594.g7b51809d9a
pkgver=3.30.4.820.g38e7747911
pkgrel=1
pkgdesc='A cross-platform open-source make system'
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion src/llvm-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

pkgname=('llvm-git' 'llvm-libs-git' 'llvm-ocaml-git')

pkgver=20.0.0_r510605.2d7339ad24b4
pkgver=20.0.0_r513422.c490d349c56e
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
Expand Down
8 changes: 7 additions & 1 deletion src/llvm-runtimes-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=('libc++-git' 'libc++abi-git' 'libunwind-git')

pkgver=20.0.0_r510642.c1667f909949
pkgver=20.0.0_r513407.6f04e65c3c62
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
Expand Down Expand Up @@ -67,6 +67,12 @@ build() {
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind;pstl" \
-DLIBCXX_INSTALL_MODULES=ON \
-DLIBCXX_ENABLE_PARALLEL_ALGORITHMS=YES \
-DLIBCXX_ENABLE_STATIC=YES \
-DLIBCXX_ENABLE_SHARED=YES \
-DLIBCXX_ENABLE_INCOMPLETE_FEATURES=ON \
-DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=ON \
-DLIBCXX_USE_LLVM_UNWINDER=YES \
-DLIBCXX_ENABLE_SHARED=YES \
-DPSTL_PARALLEL_BACKEND="tbb" \
../llvm-project/runtimes cxx cxxabi unwind
}
Expand Down

0 comments on commit 350a532

Please sign in to comment.