Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / flameshot
Commits: 7321897f by Robin Candau at 2024-08-30T23:56:00+02:00 upgpkg: 12.1.0-5: Provide zsh completions Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/flameshot/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = flameshot pkgdesc = Powerful yet simple to use screenshot software pkgver = 12.1.0 - pkgrel = 4 + pkgrel = 5 url = https://github.com/flameshot-org/flameshot arch = x86_64 license = GPL-3.0-or-later ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=flameshot pkgver=12.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Powerful yet simple to use screenshot software" arch=('x86_64') url="https://github.com/flameshot-org/flameshot" @@ -31,7 +31,4 @@ build() { package() { DESTDIR="${pkgdir}" cmake --install build - - # zsh _flameshot completion is provided by zsh-completions so exclude from packaging - rm -rf ${pkgdir}/usr/share/zsh/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/flameshot/-/commit/7321897f9ad930e232913e22458f7e7003a42c6d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/flameshot/-/commit/7321897f9ad930e232913e22458f7e7003a42c6d You're receiving this email because of your account on gitlab.archlinux.org.
