aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7308bc3317f..4e4aea6a4821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Antony Kellermann <aokellermann@gmail.com>
pkgname=tick
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Command line stock and cryptocurrency portfolio tracker."
-arch=("x86_64")
+arch=('x86_64')
url="https://github.com/aokellermann/${pkgname}"
license=('MIT')
-depends=("curl")
+depends=('curl' 'json-c')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("git://github.com/aokellermann/${pkgname}")