summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbug2020-10-14 13:02:16 +0300
committerbug2020-10-14 13:02:16 +0300
commit3e05f69fd43d698519179f7be7d728437a3335bc (patch)
tree3e49c6c3d6505748384e39859edeb08f42d300ad
parente9b284f03f5bf4df63a8d5a4a219f619ed793bcb (diff)
downloadaur-3e05f69fd43d698519179f7be7d728437a3335bc.tar.gz
Update to 2.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c92791cba512..571b4ac621ad 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.1.1
+ pkgver = 2.1.2
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.1.1
+ source = git+https://github.com/eBay/tsv-utils.git#tag=v2.1.2
sha1sums = SKIP
pkgname = tsv-utils
diff --git a/PKGBUILD b/PKGBUILD
index 2ef7413f0241..a3c220a1f3ce 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.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more."
arch=('i686' 'x86_64')