summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron DeVore2015-11-30 15:58:42 -0800
committerAaron DeVore2015-11-30 15:58:42 -0800
commitd8fc91e452c669a5eaa13f4eebf8b3cea91bb920 (patch)
tree25c7a1d41157e7d3375a8655a59c6cb3ead4d935 /PKGBUILD
parentc5fc7d5ed0d8e4c10726be09e16ec95c80609d55 (diff)
downloadaur-d8fc91e452c669a5eaa13f4eebf8b3cea91bb920.tar.gz
Version bump to 0.9.11-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d685b0f76a9d..d028bd4fcb91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron DeVore <aaron.devore@gmail.com>
pkgname=xsv
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.11
+pkgrel=1
pkgdesc="A fast CSV toolkit written in Rust"
arch=(i686 x86_64)
url="https://github.com/BurntSushi/xsv"
@@ -9,7 +9,7 @@ license=('CUSTOM')
depends=(gcc-libs)
makedepends=('rust' 'cargo')
source=("https://github.com/BurntSushi/xsv/archive/${pkgver}.tar.gz")
-md5sums=('528ebe539ce099efec6b06d420f8deba')
+md5sums=('0283304034abd46a4dc0dc5706a2cc89')
build() {