summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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 ()