[arch-commits] Commit in bash-completion/repos/extra-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Aug 9 17:03:38 UTC 2020


    Date: Sunday, August 9, 2020 @ 17:03:38
  Author: bpiotrowski
Revision: 393462

archrelease: copy trunk to extra-any

Added:
  bash-completion/repos/extra-any/PKGBUILD
    (from rev 393461, bash-completion/trunk/PKGBUILD)
Deleted:
  bash-completion/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 17:03:22 UTC (rev 393461)
+++ PKGBUILD	2020-08-09 17:03:38 UTC (rev 393462)
@@ -1,31 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=bash-completion
-pkgver=2.10
-pkgrel=2
-pkgdesc='Programmable completion for the bash shell'
-arch=(any)
-url='https://github.com/scop/bash-completion'
-license=(GPL2)
-depends=(bash)
-options=(!emptydirs !makeflags)
-source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
-sha256sums=('123c17998e34b937ce57bb1b111cd817bc369309e9a8047c0bcf06ead4a3ec92')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't source it
-  rm "$pkgdir/etc/profile.d/bash_completion.sh"
-
-  # remove Slackware's makepkg completion
-  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
-}

Copied: bash-completion/repos/extra-any/PKGBUILD (from rev 393461, bash-completion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-09 17:03:38 UTC (rev 393462)
@@ -0,0 +1,31 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=bash-completion
+pkgver=2.11
+pkgrel=1
+pkgdesc='Programmable completion for the bash shell'
+arch=(any)
+url='https://github.com/scop/bash-completion'
+license=(GPL2)
+depends=(bash)
+options=(!emptydirs !makeflags)
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
+sha256sums=('73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't source it
+  rm "$pkgdir/etc/profile.d/bash_completion.sh"
+
+  # remove Slackware's makepkg completion
+  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
+}



More information about the arch-commits mailing list