summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-05-05 15:38:52 +0200
committerAtomicFS2024-05-05 15:38:52 +0200
commitd5d4df2e15eae07cacddd07340635254c9d9fb94 (patch)
treeac81b57cbe8f6b4ab51e8a1299674c2f7018ef7d
parent73354f1e4caab24bb75d4566ebfd1e58cc98f1a8 (diff)
downloadaur-d5d4df2e15eae07cacddd07340635254c9d9fb94.tar.gz
add missing dependency
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d6430eec07..16b4c2a4a990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gotenberg-client
pkgdesc = A Python client for interfacing with the Gotenberg API
pkgver = 0.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/stumpylog/gotenberg-client
arch = any
license = MPL-2.0
@@ -11,6 +11,7 @@ pkgbase = python-gotenberg-client
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
+ depends = git
depends = python
source = python-gotenberg-client::git+https://github.com/stumpylog/gotenberg-client#tag=0.5.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9e38ffafc2d3..9529802dc3c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-gotenberg-client
_pkgname=gotenberg-client
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="A Python client for interfacing with the Gotenberg API"
arch=('any')
url="https://github.com/stumpylog/gotenberg-client"
license=('MPL-2.0')
depends=(
+ 'git'
'python'
)
makedepends=(