makedeb


ripgrep-all-bin 0.10.6-2


ripgrep-all is a command-line tool that wraps ripgrep and lets you search through everything all at once.

Click here to go back to the commit logs for ripgrep-all-bin.

Commit:


Hash: f30e1dbf80f88a1a3c4caa5c1498e23a09758fc6

Message: extensions=('zipman') (no strip)

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e1cbc5d..70133e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = ripgrep-all-bin
 pkgbase = ripgrep-all-bin
 pkgdesc = ripgrep-all is a command-line tool that wraps ripgrep and lets you search through everything all at once.
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.9.6
 url = https://github.com/phiresky/ripgrep-all
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 3fe9240..283eac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=ripgrep-all-bin
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="ripgrep-all is a command-line tool that wraps ripgrep and lets you search through everything all at once."
 arch=('amd64')
 url="https://github.com/phiresky/ripgrep-all"
@@ -9,6 +9,7 @@ license=('MIT')
 depends=('ripgrep')
 provides=('ripgrep-all')
 conflicts=('ripgrep-all')
+extensions=('zipman')
 source=(
   "https://github.com/phiresky/ripgrep-all/releases/download/v${pkgver}/ripgrep_all-v${pkgver}-x86_64-unknown-linux-musl.tar.gz"
 )