summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2019-06-16 16:59:30 +0200
committerphiresky2019-06-16 16:59:30 +0200
commit36fbbaa16c5ed3401808a5dfd612ba8dc2468fc4 (patch)
treebd72761ebd6781d71003f5dd55996b5d4647451d
parent23cade1d30edee998e3aff057ecccf988da7f9ff (diff)
downloadaur-36fbbaa16c5ed3401808a5dfd612ba8dc2468fc4.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff4f918ce9da..47faa24d2693 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.8.9
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/phiresky/ripgrep-all
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = ripgrep-all
depends = pandoc
depends = poppler
depends = ffmpeg
- source = https://github.com/phiresky/ripgrep-all/releases/download/0.8.9/ripgrep_all-0.8.9-x86_64-unknown-linux-musl.tar.gz
- sha1sums = e23085ee9b01f55169dade64f531b3dc139c8d0c
+ source = https://github.com/phiresky/ripgrep-all/releases/download/0.9.1/ripgrep_all-0.9.1-x86_64-unknown-linux-musl.tar.gz
+ sha1sums = 06b0ae148c522f8ec77549b0a64d3ca9e5c9c8ad
pkgname = ripgrep-all
diff --git a/PKGBUILD b/PKGBUILD
index baca934afdde..8c34cfa01121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: phiresky <phireskyde+aur@gmail.com>
pkgname=ripgrep-all
-pkgver=0.8.9
+pkgver=0.9.1
pkgrel=1
arch=(x86_64)
pkgdesc="rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc."
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('ripgrep' 'pandoc' 'poppler' 'ffmpeg')
archivename="ripgrep_all-${pkgver}-${arch}-unknown-linux-musl"
source=("https://github.com/phiresky/ripgrep-all/releases/download/${pkgver}/${archivename}.tar.gz")
-sha1sums=('e23085ee9b01f55169dade64f531b3dc139c8d0c')
+sha1sums=('06b0ae148c522f8ec77549b0a64d3ca9e5c9c8ad')
package() {
cd "$srcdir/$archivename"