Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
ripgrep-all
Commits:
4f032d0a by Frederik Schwan at 2024-02-06T21:09:53+01:00
upgpkg: 0.10.6-3
add rga-fzf-open
- - - - -
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 = 2
+ pkgrel = 3
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=2
+pkgrel=3
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'
@@ -49,4 +49,5 @@ package() {
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
+ install -Dm 755 target/release/rga-fzf-open "${pkgdir}"/usr/bin/rga-fzf-open
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep-all/-/commit/4f032d0a61afaae7dab56cb0cd19d20f33c7e1a4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep-all/-/commit/4f032d0a61afaae7dab56cb0cd19d20f33c7e1a4
You're receiving this email because of your account on gitlab.archlinux.org.