summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Jahanbakhshi2023-06-18 18:16:53 +0200
committerReza Jahanbakhshi2023-06-18 18:17:11 +0200
commit5fbe153efe1b3e464b137d1a93d9ca08bb084d97 (patch)
tree824671ddcf110fba3c1e43d5a0d7976c4e525d45
parent062c1cd4f7b38563823bf0723fab90ba142d5b6e (diff)
downloadaur-5fbe153efe1b3e464b137d1a93d9ca08bb084d97.tar.gz
Added lib32-zstd dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index accd236846b7..7d239949c9db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-llvm-git
pkgdesc = Collection of modular and reusable compiler and toolchain technologies (32-bit, git)
- pkgver = 12.0.0_r369979.3052e474eceb
+ pkgver = 17.0.0_r464799.f2d9f84b3f32
pkgrel = 1
url = https://llvm.org/
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = lib32-llvm-git
makedepends = lib32-zlib
makedepends = ninja
makedepends = python
+ makedepends = lib32-zstd
source = llvm-project::git+https://github.com/llvm/llvm-project.git
sha512sums = SKIP
@@ -32,6 +33,6 @@ pkgname = lib32-llvm-libs-git
depends = lib32-libxml2
depends = lib32-ncurses
depends = lib32-zlib
+ depends = lib32-zstd
provides = aur-lib32-llvm-libs-git
provides = lib32-llvm-libs
-
diff --git a/PKGBUILD b/PKGBUILD
index 5c9dd7691c1c..59387f970963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,12 @@
pkgbase=lib32-llvm-git
pkgname=(lib32-llvm-git lib32-llvm-libs-git)
pkgdesc="Collection of modular and reusable compiler and toolchain technologies (32-bit, git)"
-pkgver=12.0.0_r369979.3052e474eceb
+pkgver=17.0.0_r464799.f2d9f84b3f32
pkgrel=1
arch=('x86_64')
url='https://llvm.org/'
license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'lib32-gcc-libs' 'git' 'lib32-libffi' 'lib32-libxml2' 'lib32-zlib' 'ninja' 'python')
+makedepends=('cmake' 'lib32-gcc-libs' 'git' 'lib32-libffi' 'lib32-libxml2' 'lib32-zlib' 'ninja' 'python' 'lib32-zstd')
source=("llvm-project::git+https://github.com/llvm/llvm-project.git")
sha512sums=('SKIP')
@@ -112,7 +112,7 @@ conflicts=('lib32-llvm' 'lib32-clang')
}
package_lib32-llvm-libs-git() {
- depends=('lib32-gcc-libs' 'lib32-libffi' 'lib32-libxml2' 'lib32-ncurses' 'lib32-zlib')
+ depends=('lib32-gcc-libs' 'lib32-libffi' 'lib32-libxml2' 'lib32-ncurses' 'lib32-zlib' 'lib32-zstd')
provides=('aur-lib32-llvm-libs-git' 'lib32-llvm-libs')
install -d "$pkgdir/usr/lib32"