From 2da1708885187e69db085952d9681974ab47fa4c Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Mon, 31 Oct 2022 01:05:14 -0600 Subject: [PATCH] add missing python-tomlkit dependency to aur-git package --- scripts/release-aur-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-aur-git.sh b/scripts/release-aur-git.sh index dbfb973..90b86c8 100755 --- a/scripts/release-aur-git.sh +++ b/scripts/release-aur-git.sh @@ -21,7 +21,7 @@ url='https://gitlab.com/categulario/tiempo-rs' license=('GPL3') depends=() optdepends=('sqlite: for manually editing the database') -makedepends=('cargo' 'git' 'python-sphinx' 'gzip' 'make') +makedepends=('cargo' 'git' 'python-sphinx' 'python-tomlkit' 'gzip' 'make') provides=('$PROJECT_NAME') conflicts=('$PROJECT_NAME') source=('$PROJECT_NAME-git::git+https://gitlab.com/categulario/tiempo-rs')