summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbug2019-09-04 20:03:18 +0300
committerbug2019-09-04 20:03:18 +0300
commit8fc36ea0966ab7f84cc0799703469b019e4c3f20 (patch)
tree13d98c00c98117680c010c8cc76445ac79e0f4f9
parent296abed938a03d2e1f01711c0bd3d00bcbe64e9b (diff)
downloadaur-8fc36ea0966ab7f84cc0799703469b019e4c3f20.tar.gz
Update to 1.4.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e2f4f694c45..033f922a3d85 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 = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/eBay/tsv-utils-dlang
arch = i686
@@ -14,7 +14,7 @@ pkgbase = tsv-utils
makedepends = make
depends = clang
depends = liblphobos
- source = git+https://github.com/eBay/tsv-utils-dlang.git#tag=v1.4.2
+ source = git+https://github.com/eBay/tsv-utils-dlang.git#tag=v1.4.3
sha1sums = SKIP
pkgname = tsv-utils
diff --git a/PKGBUILD b/PKGBUILD
index 7efb2db15aff..03cf9f99ee61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bug <bug2000@gmail.com>
pkgname=tsv-utils
_pkgname=tsv-utils-dlang
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more."
arch=('i686' 'x86_64')