summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArvedui2023-07-09 17:04:38 +0200
committerArvedui2023-07-09 17:04:38 +0200
commit6080b609b89b538505df7a82ded0f5edf807f68c (patch)
tree1e944fa9a351c8b9b15d1ffa52992a33f87a55b5 /PKGBUILD
parentd2f51e695718970225e502b2ae15b9c2ad393d20 (diff)
downloadaur-python-taskw.tar.gz
python-taskw: add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 888b06b324bb..23822d2db3f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-taskw
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for your taskwarrior database"
url="http://github.com/ralphbean/taskw"
-depends=("python" "python-pytz" "python-dateutil" "python-kitchen")
+depends=("python" "python-pytz" "python-dateutil" "python-kitchen" "task")
makedepends=('python' 'python-setuptools')
license=("GPL")
arch=('any')