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')