summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=(