summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2022-08-24 21:20:54 +0200
committerLuna Jernberg2022-08-24 21:20:54 +0200
commit0fb4af65249c6fb0aa35c17a03c6d88fc084c7c7 (patch)
tree239c9697314bcc26d6d8a75a12564623d945716c
parent32b49e74a3b981a5df1a94578d65aafa4bd6fdd4 (diff)
downloadaur-0fb4af65249c6fb0aa35c17a03c6d88fc084c7c7.tar.gz
Add patches thanks @andyrtr
-rw-r--r--PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 295f0ffd2aac..ffccb6261330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,6 +55,12 @@ prepare() {
# Unbreak build with python-zstandard 0.18.0
patch -Np1 -i ../zstandard-0.18.0.diff
+
+ # Unbreak build with simd
+ patch -Np1 -i ../update-packed_simd.diff
+
+ # Fix arc4random
+ patch -Np1 -i ../arc4random.diff
echo -n "$_google_api_key" >google-api-key
echo -n "$_mozilla_api_key" >mozilla-api-key