Date: Wednesday, February 21, 2018 @ 16:24:06 Author: svenstaro Revision: 296703
upgpkg: ripgrep 0.8.1-1 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-21 16:22:24 UTC (rev 296702) +++ PKGBUILD 2018-02-21 16:24:06 UTC (rev 296703) @@ -1,16 +1,16 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.8.0 +pkgver=0.8.1 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" -license=('MIT' 'UNLICENSE') +license=('MIT' 'custom') depends=('gcc-libs') makedepends=('cargo' 'asciidoc') source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz") -sha512sums=('e377701557a890ab6951e73cb5d0ece45c71ba63e5f7614371c1de2d2057ca86110c9fd0d4bc9e6f4b809c71ba5fb3970547ee0cf283fa6c1944914f8728255c') +sha512sums=('4554f1744c6f8dec9ca8efa80320b69cacc03c52dfa36014994dc7217ed109863798e6c89e80e05926fc3288e4afc44b94e7cb810b1046bb24507f39827a5f95') build() { cd "$pkgname-$pkgver"
