summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b24ed0f2ab1..03cc80bae9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# shellcheck disable=SC2034,SC2154
pkgname=python-powerline-taskwarrior
pkgver=2.0.0
-pkgrel=16
+pkgrel=17
pkgdesc='Powerline segment for showing information from Taskwarrior task manager'
url='https://github.com/Zebradil/powerline-taskwarrior'
arch=(any)
license=(MIT)
-depends=(powerline python3)
-makedepends=(python-build python-installer python-poetry python-wheel)
+depends=(python-powerline python3 task)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
source=(https://files.pythonhosted.org/packages/source/p/powerline-taskwarrior/powerline-taskwarrior-2.0.0.tar.gz)
build ()
{