summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fc50a759320..338be4860859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = python-ipware
pkgdesc = Returns the best matched IP address from a given HTTP(s) header in Python
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/un33k/python-ipware
arch = any
license = MIT
+ makedepends = python-build
+ makedepends = python-installer
makedepends = python-setuptools
conflicts = python-django-ipware
source = python-ipware-2.0.0.src.tar.gz::https://github.com/un33k/python-ipware/archive/v2.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 34b80a34fc57..332b53ca10b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=ipware
pkgname=python-ipware
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
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=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools')
conflicts=('python-django-ipware')
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/un33k/python-ipware/archive/v$pkgver.tar.gz")
sha256sums=('79c6a1759f6e814b3d1148eda2eb5f32206303d1d5a5e89a5f6b55f06735e303')