diff options
author | AtomicFS | 2024-05-05 12:11:21 +0200 |
---|---|---|
committer | AtomicFS | 2024-05-05 12:11:21 +0200 |
commit | 73354f1e4caab24bb75d4566ebfd1e58cc98f1a8 (patch) | |
tree | 855a62a2e7ffa8f6f2ee01dd88df28b0af26e5fb /PKGBUILD | |
parent | bad0e3ba3cc5c73ee99572cefef202a121926fd9 (diff) | |
download | aur-73354f1e4caab24bb75d4566ebfd1e58cc98f1a8.tar.gz |
added a missing make dependency
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ pkgname=python-gotenberg-client _pkgname=gotenberg-client pkgver=0.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="A Python client for interfacing with the Gotenberg API" arch=('any') url="https://github.com/stumpylog/gotenberg-client" @@ -13,6 +13,7 @@ depends=( ) makedepends=( 'python-build' + 'python-hatchling' 'python-installer' 'python-wheel' ) |