diff --git a/po/de.po b/po/de.po index 9164c235c..4b88eec65 100644 --- a/po/de.po +++ b/po/de.po @@ -38451,9 +38451,6 @@ msgstr "" msgid "Only apply settings that match pattern" msgstr "" -msgid "Only build from a split package" -msgstr "" - msgid "Only build a binary pkg" msgstr "" diff --git a/po/en.po b/po/en.po index 4a3ca06d3..096388be5 100644 --- a/po/en.po +++ b/po/en.po @@ -38447,9 +38447,6 @@ msgstr "" msgid "Only apply settings that match pattern" msgstr "" -msgid "Only build from a split package" -msgstr "" - msgid "Only build a binary pkg" msgstr "" diff --git a/po/fr.po b/po/fr.po index 663d4c2b5..5a0151ed1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -38548,9 +38548,6 @@ msgstr "" msgid "Only apply settings that match pattern" msgstr "" -msgid "Only build from a split package" -msgstr "" - msgid "Only build a binary pkg" msgstr "" diff --git a/po/pl.po b/po/pl.po index 9c3e135aa..73050404f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -38443,9 +38443,6 @@ msgstr "" msgid "Only apply settings that match pattern" msgstr "" -msgid "Only build from a split package" -msgstr "" - msgid "Only build a binary pkg" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 551759829..0ace6ca97 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -38464,9 +38464,6 @@ msgstr "" msgid "Only apply settings that match pattern" msgstr "" -msgid "Only build from a split package" -msgstr "" - msgid "Only build a binary pkg" msgstr "" diff --git a/po/sv.po b/po/sv.po index 23bf68799..158c834c6 100644 --- a/po/sv.po +++ b/po/sv.po @@ -38446,9 +38446,6 @@ msgstr "" msgid "Only apply settings that match pattern" msgstr "" -msgid "Only build from a split package" -msgstr "" - msgid "Only build a binary pkg" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index f455d0ed9..637f0a288 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -38446,9 +38446,6 @@ msgstr "仅适用于为大端处理器生成代码时" msgid "Only apply settings that match pattern" msgstr "只应用匹配模式的设置" -msgid "Only build from a split package" -msgstr "只从分块包构建 < packages>" - msgid "Only build a binary pkg" msgstr "只构建 二进制 pkg" diff --git a/share/completions/makepkg.fish b/share/completions/makepkg.fish index 48d846ebd..824db8aa4 100644 --- a/share/completions/makepkg.fish +++ b/share/completions/makepkg.fish @@ -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 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'