summaryrefslogtreecommitdiff
path: root/packaging/createpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/createpkg.py')
-rwxr-xr-xpackaging/createpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/createpkg.py b/packaging/createpkg.py
index 7f3a69e40..3c5651407 100755
--- a/packaging/createpkg.py
+++ b/packaging/createpkg.py
@@ -85,7 +85,7 @@ class PkgGenerator:
ET.SubElement(root, 'pkg-ref', {'id': self.identifier})
ET.SubElement(root, 'options', {'customize': 'never',
'require-scripts': 'false',
- 'hostArhcitectures': 'x86_64,arm64'})
+ 'hostArchitectures': 'x86_64,arm64'})
choices_outline = ET.SubElement(root, 'choices-outline')
line = ET.SubElement(choices_outline, 'line', {'choice': 'default'})
ET.SubElement(line, 'line', {'choice': self.identifier})