Date: Monday, August 6, 2018 @ 01:46:20 Author: svenstaro Revision: 368439
upgpkg: ripgrep 0.9.0-1 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-06 01:38:24 UTC (rev 368438) +++ PKGBUILD 2018-08-06 01:46:20 UTC (rev 368439) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.8.1 +pkgver=0.9.0 pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('x86_64') @@ -10,14 +10,12 @@ depends=('gcc-libs') makedepends=('cargo' 'asciidoc') source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz") -sha512sums=('4554f1744c6f8dec9ca8efa80320b69cacc03c52dfa36014994dc7217ed109863798e6c89e80e05926fc3288e4afc44b94e7cb810b1046bb24507f39827a5f95') +sha512sums=('0cf151ce4750e1d5fea0a00ec9a63ec344e670de80c624e1b58e9033173452e0759b16ab36fce4dc32d4c76cce8475e64b974dc5309e18771c0548732126a482') build() { cd "$pkgname-$pkgver" cargo build --release - # Use these flags once stable rust gets SIMD suport. - # RUSTFLAGS="-C target-feature=+ssse3" cargo build --release --features simd-accel } package() {
