Skip to content

Commit

Permalink
bump pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 28, 2024
1 parent 516c91e commit edff395
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 3 deletions.
Git LFS file not shown
Binary file not shown.
Git LFS file not shown
Binary file not shown.
Git LFS file not shown
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 modified pkgs/x86_64/tomcat0x42.db.tar.gz.old
Binary file not shown.
Binary file modified 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 modified pkgs/x86_64/tomcat0x42.files.tar.gz.old
Binary file not shown.
Binary file modified 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.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 32010ae7e0a47cd4a70a9401980b32ed1d3e10f6 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu <[email protected]>
Date: Fri, 15 Sep 2023 11:33:53 +0800
Subject: [PATCH] [clangd] [C++20] [Modules] Introduce initial support for
Subject: [PATCH 1/2] [clangd] [C++20] [Modules] Introduce initial support for
C++20 Modules

Alternatives to https://reviews.llvm.org/D153114.
Expand Down
5 changes: 4 additions & 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=19.0.0_r499767.ccde823b1341
pkgver=19.0.0_r499881.434ee06d7761
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
Expand All @@ -33,17 +33,20 @@ source=(
"llvm-project::git+https://github.com/llvm/llvm-project.git"
"llvm-config.h"
"0001-clangd-C-20-Modules-Introduce-initial-support-for-C-.patch"
"0002-Address-comments.patch"
)

md5sums=(
'SKIP'
'295c343dcd457dc534662f011d7cff1a'
'SKIP'
'SKIP'
)
sha512sums=(
'SKIP'
'75e743dea28b280943b3cc7f8bbb871b57d110a7f2b9da2e6845c1c36bf170dd883fca54e463f5f49e0c3effe07fbd0db0f8cf5a12a2469d3f792af21a73fcdd'
'SKIP'
'SKIP'
)
options=('staticlibs')

Expand Down
2 changes: 1 addition & 1 deletion src/spirv-llvm-translator-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _srcname=SPIRV-LLVM-Translator
pkgname=spirv-llvm-translator-git
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR, trunk version"
epoch=1
pkgver=r2053.cbb8526
pkgver=r2060.ece2867
pkgrel=1
arch=('x86_64')
url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
Expand Down

0 comments on commit edff395

Please sign in to comment.