summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraanzu2023-09-02 10:10:19 +0530
committerkraanzu2023-09-02 10:10:19 +0530
commit2a04bc5f031e8e60881541997e4294c00eda74e1 (patch)
treef6eb88f0af49d35e6d178b69fab9779e12f857b3
parent8341d68a78907281adb98a04d945ca6fb2ec535d (diff)
downloadaur-2a04bc5f031e8e60881541997e4294c00eda74e1.tar.gz
Update version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce3899fe1b7..cfe72f3cf1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dooit-git
_pkgname=${pkgname%-git}
-pkgver=1.0.0.r3.g82c9155
+pkgver=2.0.0
pkgrel=1
pkgdesc="A todo manager that you didn't ask for, but needed!"
url="https://github.com/kraanzu/dooit"
arch=('any')
license=('MIT')
-depends=('python' 'python-pyperclip' 'python-pyaml' 'python-poetry' 'python-textual' 'python-dateparser' 'python-appdirs-git' 'python-six')
+depends=('python' 'python-pyperclip' 'python-pyaml' 'python-poetry' 'python2-dateutil' 'python-textual' 'python-appdirs-git' 'python-six')
makedepends=('python-build' 'python-wheel' 'python-installer')
source=("$_pkgname::git+$url.git")
sha256sums=('SKIP')