-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make patch rot less.
- Loading branch information
Showing
1 changed file
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
diff --git PKGBUILD PKGBUILD | ||
index 5a8585c..bc80fc3 100644 | ||
--- PKGBUILD | ||
+++ PKGBUILD | ||
@@ -22,7 +22,7 @@ | ||
'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon' | ||
'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 'rsync' | ||
'bpf' 'libbpf' 'clang' 'llvm' 'curl' 'gnutls' 'python-pyelftools' | ||
- 'libpwquality' 'qrencode' 'lib32-gcc-libs' 'python-pefile') | ||
+ 'libpwquality' 'qrencode' 'python-pefile') | ||
conflicts=("mkinitcpio<38-1") | ||
validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4' # Lennart Poettering <[email protected]> | ||
'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E' # Luca Boccassi <[email protected]> | ||
@@ -173,7 +173,7 @@ | ||
@@ -175,7 +175,7 @@ build() { | ||
} | ||
|
||
check() { | ||
|
@@ -20,3 +9,10 @@ index 5a8585c..bc80fc3 100644 | |
} | ||
|
||
package_systemd() { | ||
@@ -363,4 +363,6 @@ package_systemd-ukify() { | ||
mv systemd-ukify/install.d "$pkgdir"/usr/lib/kernel/install.d | ||
} | ||
|
||
+makedepends=(${makedepends[@]/lib32-*}) | ||
+ | ||
# vim:ft=sh syn=sh et sw=2: |