summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-03-26 10:00:47 +0200
committerDimitris Kiziridis2020-03-26 10:00:47 +0200
commit0997e5095353f7b7237da9fe28281bdad8014807 (patch)
treef9c3aa1dae8b3759879d65d762fbb077c61c579d
parent7a511d7657d3f095b42ea3fa4939130d9f0283f5 (diff)
downloadaur-0997e5095353f7b7237da9fe28281bdad8014807.tar.gz
add ncurses5-compat-libs dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2656b7851bc..782ca5158781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = taskell-bin
pkgdesc = Command-line Kanban board/task manager with support for Trello boards and GitHub projects
pkgver = 1.9.3
- pkgrel = 2
+ pkgrel = 3
url = https://taskell.app
arch = x86_64
license = Custom
+ depends = ncurses5-compat-libs
provides = taskell
source = https://github.com/smallhadroncollider/taskell/releases/download/1.9.3/taskell-1.9.3_x86-64-linux.tar.gz
source = LICENSE::https://raw.githubusercontent.com/smallhadroncollider/taskell/master/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 2b52569c7069..a194c1ed12ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=taskell-bin
pkgver=1.9.3
-pkgrel=2
+pkgrel=3
pkgdesc='Command-line Kanban board/task manager with support for Trello boards and GitHub projects'
arch=('x86_64')
url="https://taskell.app"
license=('Custom')
provides=('taskell')
+depends=('ncurses5-compat-libs')
source=("https://github.com/smallhadroncollider/taskell/releases/download/${pkgver}/taskell-${pkgver}_x86-64-linux.tar.gz"
"LICENSE::https://raw.githubusercontent.com/smallhadroncollider/taskell/master/LICENSE")
md5sums=('5dae563f46eb5d62d7663137bff1c788'