summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2022-02-13 18:27:01 -0600
committerkyechou2022-02-13 18:27:01 -0600
commit201ac08c537a0d80d1aa6ad07a029d83cc33c72d (patch)
tree6c7f22542f03f6e443f0633dfcd4639aefcb15b4
parent83d7c6c3599f0c29358f188fdf7f5d7c3786c78c (diff)
downloadaur-201ac08c537a0d80d1aa6ad07a029d83cc33c72d.tar.gz
Use LLVM 12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 363662daafe1..6da2b8b9e4ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cxx-common
pkgdesc = Common dependency management for various Trail of Bits C++ codebases
pkgver = 0.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lifting-bits/cxx-common
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index f9b889621ad6..77b19812c15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cxx-common
pkgver=0.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="Common dependency management for various Trail of Bits C++ codebases"
arch=('x86_64')
url="https://github.com/lifting-bits/cxx-common"
@@ -15,7 +15,7 @@ source=("https://github.com/lifting-bits/cxx-common/archive/refs/tags/v${pkgver}
sha256sums=('c3b7825739ea353460b969ed6fc5502eaf882bf11a9a9d881c8b7bbd49e4f1de')
package() {
- export LLVM_VER=13
+ export LLVM_VER=12
export TRIPLET=x64-linux-rel
export VCPKG_DEFAULT_HOST_TRIPLET=$TRIPLET # https://github.com/lifting-bits/cxx-common/pull/876