summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwcasanova2023-11-11 18:23:24 -0300
committerwcasanova2023-11-11 18:23:24 -0300
commite506f783b609a31b65b64ed20f77816c1eec50e0 (patch)
treed9744225d8805911f286823be00d1ef3469e33f1
parente490502787745e23122a35f60febef65c54fe61f (diff)
downloadaur-ripgrep-all-git.tar.gz
update2
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbcbeb698486..fb67d27ae76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,13 @@ arch=('i686' 'x86_64')
url="https://github.com/phiresky/ripgrep-all"
license=('AGPL3')
makedepends=('cargo' 'git')
+checkdepends=('poppler')
optdepends=('ffmpeg' 'pandoc' 'poppler' 'tesseract' 'imagemagick')
depends=('ripgrep' 'xz')
conflicts=('ripgrep-all' 'ripgrep-all-bin')
source=("$_pkgname::git+https://github.com/phiresky/ripgrep-all")
sha1sums=('SKIP')
+options=(!lto)
pkgver() {
cd "$_pkgname"