summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraanzu2023-03-05 11:45:21 +0530
committerkraanzu2023-03-05 11:45:21 +0530
commit9f10828c6e553711c7a968c20ed50ee64f5739db (patch)
treed517f85c3565ea692892281f60f6fd822c44d94a
parent19fd6a21d0f20b04c65c337dc9c644d9289442e7 (diff)
downloadaur-9f10828c6e553711c7a968c20ed50ee64f5739db.tar.gz
Update dependencies
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b29451d17e76..e25f418b77bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dooit-git
_pkgname=${pkgname%-git}
-pkgver=0.2.1.r2.g840f3a2
+pkgver=1.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')
-makedepends=('python-build' 'python-wheel' 'python-installer' 'flake8' 'python-black' 'python-pre-commit')
+depends=('python' 'python-pyperclip' 'python-pyaml' 'python-poetry' 'python-textual' 'python-dateparser' 'python-appdirs-git')
+makedepends=('python-build' 'python-wheel' 'python-installer')
source=("$_pkgname::git+$url.git")
sha256sums=('SKIP')