summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbug2020-09-16 10:43:02 +0300
committerbug2020-09-16 10:43:02 +0300
commite9b284f03f5bf4df63a8d5a4a219f619ed793bcb (patch)
tree7df13ef1769a7059f15717c49fcaa8f8e50aebc1
parenta90fab13abfb881fc2e3c70350bdd660d17f8779 (diff)
downloadaur-e9b284f03f5bf4df63a8d5a4a219f619ed793bcb.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cca2f930a39..c92791cba512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tsv-utils
pkgdesc = Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
- pkgver = 2.0.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/eBay/tsv-utils
arch = i686
@@ -12,7 +12,7 @@ pkgbase = tsv-utils
makedepends = ldc
makedepends = make
depends = liblphobos
- source = git+https://github.com/eBay/tsv-utils.git#tag=v2.0.0
+ source = git+https://github.com/eBay/tsv-utils.git#tag=v2.1.1
sha1sums = SKIP
pkgname = tsv-utils
diff --git a/PKGBUILD b/PKGBUILD
index f3d084ae5411..2ef7413f0241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributer: Sebastian Wilzbach <seb [at] wilzbach [dot] me>
# Maintainer: Bug <bug2000@gmail.com>
pkgname=tsv-utils
-pkgver=2.0.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more."
arch=('i686' 'x86_64')