Date: Tuesday, April 16, 2019 @ 16:25:26 Author: svenstaro Revision: 451823
upgpkg: ripgrep 11.0.0-1 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-16 16:25:18 UTC (rev 451822) +++ PKGBUILD 2019-04-16 16:25:26 UTC (rev 451823) @@ -1,8 +1,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.10.0 -pkgrel=2 +pkgver=11.0.0 +pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('x86_64') url="https://github.com/BurntSushi/ripgrep" @@ -10,7 +10,7 @@ depends=('gcc-libs' 'pcre2') makedepends=('cargo' 'asciidoc') source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz") -sha512sums=('bc193d269131823076fdb857f69a95c165e88848896379039218139136028e3705e09f1b9be33903e060c8cc37ad5b992ea70a05f6f01c6210bef535a35570c0') +sha512sums=('eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4') build() { cd "$pkgname-$pkgver"
