summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbug2021-03-22 17:31:25 +0200
committerbug2021-03-22 17:31:25 +0200
commit3a4b3402525039524b89bfa53833bc2e5ed1fe3f (patch)
tree399210f2b4c582df608908eb1f8287132256f2ed
parent3e05f69fd43d698519179f7be7d728437a3335bc (diff)
downloadaur-3a4b3402525039524b89bfa53833bc2e5ed1fe3f.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571b4ac621ad..93843d1b4ff0 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.2
+ pkgver = 2.2.0
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.2
+ source = git+https://github.com/eBay/tsv-utils.git#tag=v2.2.0
sha1sums = SKIP
pkgname = tsv-utils
diff --git a/PKGBUILD b/PKGBUILD
index a3c220a1f3ce..92c364ac17cc 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.2
+pkgver=2.2.0
pkgrel=1
pkgdesc="Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more."
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ _bin_files=(
build ()
{
cd $srcdir/$pkgname
- make DCOMPILER=ldc2
+ make DCOMPILER=ldc2 LDC_LTO_RUNTIME=1
}
package ()