Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / pulumi


Commits:
95ffce1b by Robin Candau at 2023-09-05T01:06:33+02:00
upgpkg: 3.80.0-1: New upstream + Add fish completions to the package - FS#76975

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Christoph Gysin <christoph.gy...@gmail.com>
 
 pkgname=pulumi
-pkgver=3.79.0
+pkgver=3.80.0
 pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('17a3bd06b3a96b35b6e4ed672e413b89c08068b2190d6d18ecfdadc48b3a17119802d54677b8547303309f86c5f5abd36dfb90c7a61a1acf91baf4f71011ed0e')
+b2sums=('7d47bbe5b59c19c3e18022e7f3ddff32aec100d12f4af9ea3fe70312fba4c6fb7657f5227f71290ea0185bc0845a7349c8b971bd2191a1e3df7689307d455e33')
 options=('!lto') # disable as soon as LTO problems are resolved
 
 _plugin_dirs=(
@@ -75,6 +75,11 @@ package() {
   install -D -m 644 \
     <("${pkgdir}/usr/bin/${pkgname}" gen-completion zsh) \
     "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+
+  # Generate Fish completion
+  install -D -m 644 \
+    <("${pkgdir}/usr/bin/${pkgname}" gen-completion fish) \
+    "${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/95ffce1b04e9a81e7c45e10715c303fb3e4a4d96

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/95ffce1b04e9a81e7c45e10715c303fb3e4a4d96
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to