summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2019-04-01 16:36:20 +0100
committerWill Handley2019-04-01 16:36:20 +0100
commitac16174f5c37b8cc0683ab746fac9a9deb000e8d (patch)
tree77a1024150eabb12976402dfe51cb03196f237f9 /PKGBUILD
parentf54a4a27808ca2b022acc36f79c98097466e28e2 (diff)
downloadaur-vim-taskwiki.tar.gz
Moved dependency into depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d30839ee6980..83a5390e2298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_modulename=taskwiki
pkgname=vim-$_modulename
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Proper project management in vim. Standing on the shoulders of vimwiki and Taskwarrior"
arch=(any)
url="https://github.com/tbabej/taskwiki"
license=('MIT')
groups=()
-depends=('vim' 'python-tasklib' 'task' 'vim' 'vim-vimwiki')
-makedepends=('python-setuptools')
+depends=('vim' 'python-tasklib' 'task' 'vim' 'vim-vimwiki' 'python-setuptools')
+makedepends=()
provides=()
conflicts=()
replaces=()