Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-06-12 20:08:18 +0200
committerErich Eckner <git@eckner.net>2023-06-12 20:08:18 +0200
commitf62b4daf980851a8b198c5edfe2fd73efc975ea8 (patch)
tree0110029a7baf5b2b74a8323aaa632c8a919912f1
parent66a8493094981088f5dcee837856edc2fb46a5fd (diff)
fix whitespace error
-rw-r--r--src/lib/repo/arch32.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/repo/arch32.sh b/src/lib/repo/arch32.sh
index 5f7c5c5..996630d 100644
--- a/src/lib/repo/arch32.sh
+++ b/src/lib/repo/arch32.sh
@@ -1,10 +1,10 @@
pkgctl_repo_patch_arch32() {
local pkgname="$1"
-
+
# add the remote branch with our patches
git -C "${pkgname}" remote add -m master archlinux32 https://git.archlinux32.org/packages/
# extend architecture with our architecture
awk -i inplace '!/^arch=[^#]*any/ {gsub(/^arch=\(/,"arch=(i486 i686 pentium4 ")}; {print}' \
"${pkgname}/PKGBUILD"
-} \ No newline at end of file
+}