mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Update makedepens
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
21cc610b4c
commit
b573ef80a1
2 changed files with 7 additions and 15 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -6,19 +6,15 @@ pkgbase = linux-cachyos
|
|||
arch = x86_64
|
||||
license = GPL-2.0-only
|
||||
makedepends = bc
|
||||
makedepends = cpio
|
||||
makedepends = gettext
|
||||
makedepends = libelf
|
||||
makedepends = pahole
|
||||
makedepends = cpio
|
||||
makedepends = perl
|
||||
makedepends = python
|
||||
makedepends = tar
|
||||
makedepends = xz
|
||||
makedepends = zstd
|
||||
makedepends = gcc
|
||||
makedepends = gcc-libs
|
||||
makedepends = glibc
|
||||
makedepends = make
|
||||
makedepends = patch
|
||||
makedepends = python
|
||||
options = !strip
|
||||
options = !debug
|
||||
options = !lto
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -172,19 +172,15 @@ license=('GPL-2.0-only')
|
|||
options=('!strip' '!debug' '!lto')
|
||||
makedepends=(
|
||||
bc
|
||||
cpio
|
||||
gettext
|
||||
libelf
|
||||
pahole
|
||||
cpio
|
||||
perl
|
||||
python
|
||||
tar
|
||||
xz
|
||||
zstd
|
||||
gcc
|
||||
gcc-libs
|
||||
glibc
|
||||
make
|
||||
patch
|
||||
python
|
||||
)
|
||||
# LLVM makedepends
|
||||
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
|
||||
|
|
@ -215,7 +211,7 @@ fi
|
|||
# ZFS support
|
||||
if [ -n "$_build_zfs" ]; then
|
||||
makedepends+=(git)
|
||||
source+=("git+https://github.com/cachyos/zfs.git#commit=55a3483f28e69bf0514abb8c0a8e3812da282e73")
|
||||
source+=("git+https://github.com/cachyos/zfs.git#commit=baa50314567afd986a00838f0fa65fdacbd12daf")
|
||||
fi
|
||||
|
||||
# NVIDIA pre-build module support
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue