aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntony Kellermann2018-02-19 10:57:39 -0500
committerAntony Kellermann2018-02-19 10:57:39 -0500
commitae1752968409eede9953be79e69fcf718244c3f3 (patch)
tree02575771a9596377fae0188b31749e90aed57150 /PKGBUILD
parentb6f37b4fc1d509cf4052084640bd0db30413823c (diff)
downloadaur-ae1752968409eede9953be79e69fcf718244c3f3.tar.gz
Updated documentation and added ncurses dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41724ca628d8..61a2bcda21db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Antony Kellermann <aokellermann@gmail.com>
pkgname=tick
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Command line stock and cryptocurrency portfolio tracker."
arch=('x86_64')
url="https://github.com/aokellermann/${pkgname}"
license=('MIT')
-depends=('curl' 'json-c')
+depends=('curl' 'json-c' 'ncurses')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("git://github.com/aokellermann/${pkgname}")