summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-05-05 15:40:46 +0200
committerAtomicFS2024-05-05 15:40:46 +0200
commitd623ad6b621c58a87ba3a1c662dbd4c998480b34 (patch)
tree5e470399e832e19949e5cdb383e496437af58f5b
parent0aacc09c494efeb3c6cd43f95e529be0bcbf3754 (diff)
downloadaur-d623ad6b621c58a87ba3a1c662dbd4c998480b34.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 333d5cc257a4..a9233f2bbf20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-ipware
pkgdesc = Returns the best matched IP address from a given HTTP(s) header in Python
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/un33k/python-ipware
arch = any
license = MIT
+ makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 2045d88dd1e0..a9e98f6da139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-ipware
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Returns the best matched IP address from a given HTTP(s) header in Python"
arch=('any')
url="https://github.com/un33k/python-ipware"
license=('MIT')
makedepends=(
+ 'git'
'python-build'
'python-installer'
'python-setuptools'