Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
ripgrep-all
Commits:
cc450c8b by Frederik Schwan at 2024-02-06T17:18:37+01:00
upgpkg: 0.10.6-2
add rga-fzf
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ripgrep-all
pkgdesc = rga: ripgrep, but also search in PDFs, E-Books, Office
documents, zip, tar.gz, etc.
pkgver = 0.10.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phiresky/ripgrep-all
arch = x86_64
license = AGPL3
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=ripgrep-all
pkgver=0.10.6
-pkgrel=1
+pkgrel=2
pkgdesc="rga: ripgrep, but also search in PDFs, E-Books, Office documents,
zip, tar.gz, etc."
arch=('x86_64')
url='https://github.com/phiresky/ripgrep-all'
@@ -48,4 +48,5 @@ package() {
cd ripgrep-all-${pkgver}
install -Dm 755 target/release/rga "${pkgdir}"/usr/bin/rga
install -Dm 755 target/release/rga-preproc "${pkgdir}"/usr/bin/rga-preproc
+ install -Dm 755 target/release/rga-fzf "${pkgdir}"/usr/bin/rga-fzf
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep-all/-/commit/cc450c8b5845df9fa8f424b43e8e31d6235e4475
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep-all/-/commit/cc450c8b5845df9fa8f424b43e8e31d6235e4475
You're receiving this email because of your account on gitlab.archlinux.org.