Skip to content

Instantly share code, notes, and snippets.

#!/hint/bash
#
# /etc/makepkg.conf
#
#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
@holymonson
holymonson / mongodb-aarch64.patch
Created June 18, 2019 05:55
aarch64 suppport for mongodb
diff --git a/PKGBUILD b/PKGBUILD
index 3a1a609..3e45adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,30 +5,49 @@ pkgver="4.0.10"
basever="4.0"
pkgrel="1"
pkgdesc="A high-performance, open source, schema-free document-oriented database"
-arch=("x86_64")
+arch=("x86_64" "aarch64")