git » ripgrep-all.git » commit f0ec05c

upgpkg: 0.10.9-1

author Frederik Schwan
2025-05-12 07:51:37 UTC
committer Frederik Schwan
2025-05-12 07:51:37 UTC
parent 60b101402beecf25d67975acd34399a1aee81490

upgpkg: 0.10.9-1

.SRCINFO +4 -4
.nvchecker.toml +6 -0
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 1e05959..9e73ce5 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 = 3
+	pkgver = 0.10.9
+	pkgrel = 1
 	url = https://github.com/phiresky/ripgrep-all
 	arch = x86_64
 	license = AGPL3
@@ -16,7 +16,7 @@ pkgbase = ripgrep-all
 	optdepends = poppler: for the poppler adapter
 	optdepends = tesseract: for the tesseract adapter
 	options = !lto
-	source = ripgrep-all-0.10.6.tar.gz::https://github.com/phiresky/ripgrep-all/archive/refs/tags/v0.10.6.tar.gz
-	b2sums = fc2618369c349fda5a78d3604b17b78788be73ce5925a5b6aa234627ccaa4b70dba8deddfc7cf5ef38dfe3c94d60a84956d9779110af2ff7ca44812774ffa28b
+	source = ripgrep-all-0.10.9.tar.gz::https://github.com/phiresky/ripgrep-all/archive/refs/tags/v0.10.9.tar.gz
+	b2sums = b72681d6789e00f21854bd9e3fced3c34890bd8aff212aaaa60b747ae6ce35fa4a0aae611a1cfa4f33f894697a24af91230917ef22105eb8f280d3b37d0c407d
 
 pkgname = ripgrep-all
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..314fc1f
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[ripgrep-all]
+source = 'github'
+github = 'phiresky/ripgrep-all'
+use_latest_release = true
+prefix = 'v'
+
diff --git a/PKGBUILD b/PKGBUILD
index c20b663..6386209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 # Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
 
 pkgname=ripgrep-all
-pkgver=0.10.6
-pkgrel=3
+pkgver=0.10.9
+pkgrel=1
 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'
@@ -24,7 +24,7 @@ options=(!lto)
 source=(
   "${pkgname}-${pkgver}.tar.gz::https://github.com/phiresky/ripgrep-all/archive/refs/tags/v${pkgver}.tar.gz"
 )
-b2sums=('fc2618369c349fda5a78d3604b17b78788be73ce5925a5b6aa234627ccaa4b70dba8deddfc7cf5ef38dfe3c94d60a84956d9779110af2ff7ca44812774ffa28b')
+b2sums=('b72681d6789e00f21854bd9e3fced3c34890bd8aff212aaaa60b747ae6ce35fa4a0aae611a1cfa4f33f894697a24af91230917ef22105eb8f280d3b37d0c407d')
 
 prepare() {
   cd ripgrep-all-${pkgver}