summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAtomicFS2024-05-05 12:11:21 +0200
committerAtomicFS2024-05-05 12:11:21 +0200
commit73354f1e4caab24bb75d4566ebfd1e58cc98f1a8 (patch)
tree855a62a2e7ffa8f6f2ee01dd88df28b0af26e5fb /PKGBUILD
parentbad0e3ba3cc5c73ee99572cefef202a121926fd9 (diff)
downloadaur-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--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 988969f53c0a..9e38ffafc2d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'
)