bash-completions: version bump to 2.10

This commit is contained in:
suvari
2020-01-11 20:03:48 +03:00
parent 49b4f6392e
commit f12763a3b0
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def install():
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
# provided by util-linux , networkmanager , remove Slackware's makepkg completion
blacklist = ["mount", "umount", "hd", "ncal", "makepkg"]
blacklist = ["hd", "ncal", "makepkg"]
for comp in blacklist:
pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
+10 -3
View File
@@ -12,9 +12,9 @@
<IsA>app:console</IsA>
<Summary>Programmable completion for bash</Summary>
<Description>A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters.</Description>
<Archive sha1sum="102d618c60fa001165153b58751d07f230aec7e8" type="tarxz">https://github.com/scop/bash-completion/releases/download/2.8/bash-completion-2.8.tar.xz</Archive>
<Archive sha1sum="c25bb5c092f0345c9148e6396a10f81228b2f622" type="tarxz">https://github.com/scop/bash-completion/releases/download/2.10/bash-completion-2.10.tar.xz</Archive>
<Patches>
<!-- <Patch>pisilinux.patch</Patch> -->
<Patch>pisilinux.patch</Patch> -->
<!-- <Patch level="1">libreoffice_completion.patch</Patch> -->
</Patches>
</Source>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-01-11</Date>
<Version>2.10</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2018-07-29</Date>
<Version>2.8</Version>
@@ -72,4 +79,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>