| author | Frederik Schwan
<freswa@archlinux.org> 2025-11-10 10:56:48 UTC |
| committer | Frederik Schwan
<freswa@archlinux.org> 2025-11-10 10:56:48 UTC |
| parent | afe1d1d2986dfb4470320e6a0f6e7f331a8c16b1 |
| .SRCINFO | +3 | -3 |
| PKGBUILD | +2 | -2 |
| pandoc_compat.patch | +0 | -11 |
diff --git a/.SRCINFO b/.SRCINFO index 9e73ce5..f63858d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ripgrep-all pkgdesc = rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc. - pkgver = 0.10.9 + pkgver = 0.10.10 pkgrel = 1 url = https://github.com/phiresky/ripgrep-all arch = x86_64 @@ -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.9.tar.gz::https://github.com/phiresky/ripgrep-all/archive/refs/tags/v0.10.9.tar.gz - b2sums = b72681d6789e00f21854bd9e3fced3c34890bd8aff212aaaa60b747ae6ce35fa4a0aae611a1cfa4f33f894697a24af91230917ef22105eb8f280d3b37d0c407d + source = ripgrep-all-0.10.10.tar.gz::https://github.com/phiresky/ripgrep-all/archive/refs/tags/v0.10.10.tar.gz + b2sums = 5da2c6f324fc8050fd90ec9ff802203cae72f49dc431d14cb29a0db03efd086ad0dcce842fe7dc9236f291262dad07dfdeb33fe8448489b73d9e36e32a1eeb28 pkgname = ripgrep-all diff --git a/PKGBUILD b/PKGBUILD index 6386209..8e78beb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com> pkgname=ripgrep-all -pkgver=0.10.9 +pkgver=0.10.10 pkgrel=1 pkgdesc="rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc." arch=('x86_64') @@ -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=('b72681d6789e00f21854bd9e3fced3c34890bd8aff212aaaa60b747ae6ce35fa4a0aae611a1cfa4f33f894697a24af91230917ef22105eb8f280d3b37d0c407d') +b2sums=('5da2c6f324fc8050fd90ec9ff802203cae72f49dc431d14cb29a0db03efd086ad0dcce842fe7dc9236f291262dad07dfdeb33fe8448489b73d9e36e32a1eeb28') prepare() { cd ripgrep-all-${pkgver} diff --git a/pandoc_compat.patch b/pandoc_compat.patch deleted file mode 100644 index f899c17..0000000 --- a/pandoc_compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- aaa/src/adapters/pandoc.rs 2023-03-22 14:32:02.599432479 +0100 -+++ bbb/src/adapters/pandoc.rs 2023-03-22 14:32:54.759429382 +0100 -@@ -80,7 +80,7 @@ - //.arg("--to=commonmark-header_attributes-link_attributes-fenced_divs-markdown_in_html_blocks-raw_html-native_divs-native_spans-bracketed_spans") - .arg("--to=plain") - .arg("--wrap=none") -- .arg("--atx-headers"); -+ .arg("--markdown-headings=atx"); - cmd - } - }