completions/makepkg: remove stale --pkg option

Closes #11724
This commit is contained in:
Johannes Altmanninger
2025-08-15 16:48:37 +02:00
parent 491ffb356b
commit 51dcadf7c6
8 changed files with 0 additions and 22 deletions

View File

@@ -38451,9 +38451,6 @@ msgstr ""
msgid "Only apply settings that match pattern"
msgstr ""
msgid "Only build <packages> from a split package"
msgstr ""
msgid "Only build a binary pkg"
msgstr ""

View File

@@ -38447,9 +38447,6 @@ msgstr ""
msgid "Only apply settings that match pattern"
msgstr ""
msgid "Only build <packages> from a split package"
msgstr ""
msgid "Only build a binary pkg"
msgstr ""

View File

@@ -38548,9 +38548,6 @@ msgstr ""
msgid "Only apply settings that match pattern"
msgstr ""
msgid "Only build <packages> from a split package"
msgstr ""
msgid "Only build a binary pkg"
msgstr ""

View File

@@ -38443,9 +38443,6 @@ msgstr ""
msgid "Only apply settings that match pattern"
msgstr ""
msgid "Only build <packages> from a split package"
msgstr ""
msgid "Only build a binary pkg"
msgstr ""

View File

@@ -38464,9 +38464,6 @@ msgstr ""
msgid "Only apply settings that match pattern"
msgstr ""
msgid "Only build <packages> from a split package"
msgstr ""
msgid "Only build a binary pkg"
msgstr ""

View File

@@ -38446,9 +38446,6 @@ msgstr ""
msgid "Only apply settings that match pattern"
msgstr ""
msgid "Only build <packages> from a split package"
msgstr ""
msgid "Only build a binary pkg"
msgstr ""

View File

@@ -38446,9 +38446,6 @@ msgstr "仅适用于为大端处理器生成代码时"
msgid "Only apply settings that match pattern"
msgstr "只应用匹配模式的设置"
msgid "Only build <packages> from a split package"
msgstr "只从分块包构建 < packages>"
msgid "Only build a binary pkg"
msgstr "只构建 二进制 pkg"

View File

@@ -23,7 +23,6 @@ complete -c makepkg -s S -l source -d 'Build a source-only tarball for AUR'
complete -c makepkg -s V -l version -d 'Display the version and exit'
complete -c makepkg -s C -l cleanbuild -d 'Remove the srcdir before building the package'
complete -c makepkg -l allsource -d 'Build a source-only GPL tarball for AUR'
complete -c makepkg -l pkg -d 'Only build <packages> from a split package'
complete -c makepkg -l check -d 'Run the check function in the PKGBUILD'
complete -c makepkg -l noarchive -d 'Do not create the archive'
complete -c makepkg -l nocheck -d 'Do not run the check function in the PKGBUILD'