mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
bump PKGBUILD to 0.1.15
This commit is contained in:
parent
14c194dbe1
commit
8d202e4bcf
@ -1,7 +1,7 @@
|
|||||||
# Contributor: Andrew Gallant <jamslam@gmail.com>
|
# Contributor: Andrew Gallant <jamslam@gmail.com>
|
||||||
# Maintainer: Andrew Gallant
|
# Maintainer: Andrew Gallant
|
||||||
pkgname=ripgrep
|
pkgname=ripgrep
|
||||||
pkgver=0.1.14
|
pkgver=0.1.15
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A search tool that combines the usability of The Silver Searcher with the raw speed of grep."
|
pkgdesc="A search tool that combines the usability of The Silver Searcher with the raw speed of grep."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -9,7 +9,7 @@ url="https://github.com/BurntSushi/ripgrep"
|
|||||||
license=('UNLICENSE')
|
license=('UNLICENSE')
|
||||||
makedepends=('cargo')
|
makedepends=('cargo')
|
||||||
source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
|
source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
|
||||||
sha256sums=('3bb74c9d7242c2249ae7dafcb74187df0f352a2f5c41300a9dbb8ca047661e2c')
|
sha256sums=('ced856378c4ca625e4798ccae85418badd22e099fc324bcb162df51824808622')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user