Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / bash-completion
Commits:
9704398f by Jan Alexander Steffens (heftig) at 2026-01-21T18:58:43+01:00
2.17.0-3: fix patchutils conflict
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bash-completion
pkgdesc = Programmable completion for the bash shell
pkgver = 2.17.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/scop/bash-completion
arch = any
license = GPL-2.0-only
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=bash-completion
pkgver=2.17.0
-pkgrel=2
+pkgrel=3
pkgdesc='Programmable completion for the bash shell'
arch=(any)
url='https://github.com/scop/bash-completion'
@@ -33,5 +33,8 @@ package() {
# checksec 3.1.0-2 ships its own
rm "${pkgdir}/usr/share/bash-completion/completions/checksec"
+
+ # patchutils 0.4.4-1 ships its own
+ rm "${pkgdir}/usr/share/bash-completion/completions/interdiff"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/9704398fe506c897be96f7b2765aab2c9e9ea20a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/9704398fe506c897be96f7b2765aab2c9e9ea20a
You're receiving this email because of your account on gitlab.archlinux.org.