git » ripgrep-all.git » commit cc450c8

upgpkg: 0.10.6-2

author Frederik Schwan
2024-02-06 16:18:37 UTC
committer Frederik Schwan
2024-02-06 16:18:37 UTC
parent df7effcc355011737ccfa9e714b7e6e2fb6f2904

upgpkg: 0.10.6-2

add rga-fzf

.SRCINFO +1 -1
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index b566f79..3e6c501 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index a0e77bd..f1dc302 100644
--- a/PKGBUILD
+++ b/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
 }