Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
bash-completion


Commits:
43519067 by Tobias Powalowski at 2024-06-03T20:35:45+02:00
upgpkg: 2.14.0-1: update license, update to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = bash-completion
+       pkgdesc = Programmable completion for the bash shell
+       pkgver = 2.14.0
+       pkgrel = 1
+       url = https://github.com/scop/bash-completion
+       arch = any
+       license = GPL-2.0-only
+       depends = bash
+       options = !emptydirs
+       options = !makeflags
+       source = 
https://github.com/scop/bash-completion/releases/download/2.14.0/bash-completion-2.14.0.tar.xz
+       validpgpkeys = A558062B6D5DA1347CD468D52B0AE2C1B09B07CB
+       sha256sums = 
5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168
+
+pkgname = bash-completion


=====================================
PKGBUILD
=====================================
@@ -1,24 +1,17 @@
 # Maintainer: Eric BĂ©langer <[email protected]>
 
 pkgname=bash-completion
-pkgver=2.11
-pkgrel=3
+pkgver=2.14.0
+pkgrel=1
 pkgdesc='Programmable completion for the bash shell'
 arch=(any)
 url='https://github.com/scop/bash-completion'
-license=(GPL2)
+license=(GPL-2.0-only)
 depends=(bash)
 options=(!emptydirs !makeflags)
-source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz
-        
$pkgname-drill.patch::https://github.com/scop/bash-completion/commit/cbec56cfd543.patch)
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
 validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
-sha256sums=('73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac'
-            '84563efa872e56b293a76abb2e5ec70e845f0fa1a22b8d33d2d4a6fa49b25b5a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../$pkgname-drill.patch
-}
+sha256sums=('5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/435190677a3672ca88a8699d66e4f14dbebcc723

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/435190677a3672ca88a8699d66e4f14dbebcc723
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to