summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-03-24 00:44:46 +0200
committerAdrian Perez de Castro2020-03-24 00:44:46 +0200
commit144954467c30764945b2b3313dbe76260c60f4f1 (patch)
tree79492c1f4ae76c75b6325baa9bd05974a34053e8 /PKGBUILD
parent1c1a74477896f1c0b4ec0a97dc50ef352de9fad3 (diff)
downloadaur-144954467c30764945b2b3313dbe76260c60f4f1.tar.gz
Add missing python2-dateutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4769c489168..8ef37291a794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=task-indicator
pkgdesc='Panel indicator for TaskWarrior'
pkgver=1.41
-pkgrel=1
+pkgrel=2
url=https://github.com/umonkey/task-indicator
license=(custom:MIT)
arch=(any)
-depends=(python2 hicolor-icon-theme python2-gobject2)
+depends=(python2 hicolor-icon-theme python2-gobject2 python2-dateutil)
optdepends=('libappindicator-gtk2: Application indicator support')
conflicts=(task-indicator-git taskwarrior-indicator-hg)
source=("${pkgname}::git+${url}#tag=version-${pkgver}")