summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArvedui2023-07-09 17:05:33 +0200
committerArvedui2023-07-09 17:05:33 +0200
commit89f22a26b23de1a526fcdc8175d705cf088635a2 (patch)
treea9b354a747ca49f23f21d311af1f672f264c9b71 /PKGBUILD
parent4bee711d33e58de43a8c8fca902ac27a28f952e4 (diff)
downloadaur-python2-taskw.tar.gz
python2-taskw: add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25e8c8dd1faf..6a57baf17fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=python2-taskw
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Python bindings for your taskwarrior database"
url="http://github.com/ralphbean/taskw"
depends=("python2" "python2-six" "python2-pytz"
- "python2-dateutil" "python2-kitchen")
+ "python2-dateutil" "python2-kitchen"
+ "task")
makedepends=( 'python2' 'python2-setuptools')
license=("GPL")
arch=('any')