summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbug2020-01-09 21:59:24 +0200
committerbug2020-01-09 21:59:24 +0200
commitd75be4309b8e35942c557e85cec1fd826b5d8430 (patch)
treea696311986ca7a6175f57d324adbee0ba82fe24f
parent8fc36ea0966ab7f84cc0799703469b019e4c3f20 (diff)
downloadaur-d75be4309b8e35942c557e85cec1fd826b5d8430.tar.gz
Update to 1.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033f922a3d85..37fcda61c4ad 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.3
+ pkgver = 1.4.4
pkgrel = 1
url = https://github.com/eBay/tsv-utils-dlang
arch = i686
@@ -10,11 +10,9 @@ pkgbase = tsv-utils
makedepends = git
makedepends = dub
makedepends = ldc
- makedepends = liblphobos
makedepends = make
- depends = clang
depends = liblphobos
- source = git+https://github.com/eBay/tsv-utils-dlang.git#tag=v1.4.3
+ source = git+https://github.com/eBay/tsv-utils-dlang.git#tag=v1.4.4
sha1sums = SKIP
pkgname = tsv-utils
diff --git a/PKGBUILD b/PKGBUILD
index 03cf9f99ee61..804eac275837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Bug <bug2000@gmail.com>
pkgname=tsv-utils
_pkgname=tsv-utils-dlang
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more."
arch=('i686' 'x86_64')
groups=('dlang')
url="https://github.com/eBay/tsv-utils-dlang"
license=('Boost')
-depends=('clang' 'liblphobos')
-makedepends=('git' 'dub' 'ldc' 'liblphobos' 'make')
+depends=('liblphobos')
+makedepends=('git' 'dub' 'ldc' 'make')
source=(
"git+https://github.com/eBay/tsv-utils-dlang.git#tag=v$pkgver"
)