git » ripgrep.git » commit 6b10007

upgpkg: 0.9.0-1

author Sven-Hendrik Haase
2018-08-06 01:46:20 UTC
committer Sven-Hendrik Haase
2018-08-06 01:46:20 UTC
parent 973bab0d901b928a0c08b8fbc29ee26903714c1f

upgpkg: 0.9.0-1

PKGBUILD +2 -4

diff --git a/PKGBUILD b/PKGBUILD
index 8bda5c4..cd0fa2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
 # Contributor: Andrew Gallant <jamslam@gmail.com>
 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 @@ license=('MIT' 'custom')
 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() {