summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbug2021-03-22 17:31:25 +0200
committerbug2021-03-22 17:31:25 +0200
commit3a4b3402525039524b89bfa53833bc2e5ed1fe3f (patch)
tree399210f2b4c582df608908eb1f8287132256f2ed /PKGBUILD
parent3e05f69fd43d698519179f7be7d728437a3335bc (diff)
downloadaur-3a4b3402525039524b89bfa53833bc2e5ed1fe3f.tar.gz
Update to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 ()