summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-05-05 15:41:42 +0200
committerAtomicFS2024-05-05 15:41:42 +0200
commit8cce870e625c28bb8bdcd7bc5acf8826047ba06f (patch)
tree9dce648932b2e79f2d44269f38a9b553287ce3c1
parent91973f1b6130abcf45c94d60e1791e80a0a70b2f (diff)
downloadaur-8cce870e625c28bb8bdcd7bc5acf8826047ba06f.tar.gz
add missing dependencyt
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 c3cbdb31fc1a..005273eeda45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-tika-client
pkgdesc = A modern Python REST client for Apache Tika server
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stumpylog/tika-client
arch = any
license = MPL-2.0
checkdepends = python-pytest
+ makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
diff --git a/PKGBUILD b/PKGBUILD
index 91d02edaac3b..67a96d5e2be9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-tika-client
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A modern Python REST client for Apache Tika server"
arch=('any')
url="https://github.com/stumpylog/tika-client"
@@ -11,6 +11,7 @@ depends=(
'python'
)
makedepends=(
+ 'git'
'python-build'
'python-installer'
'python-hatchling'