summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1af7c21ad6a..76fbff134894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 7 16:48:18 UTC 2017
+# Sat Oct 7 16:53:55 UTC 2017
pkgbase = python-whois
pkgdesc = Whois querying and parsing of domain registration information
pkgver = 0.6.5
- pkgrel = 3
+ pkgrel = 4
url = https://bitbucket.org/richardpenman/pywhois
arch = i686
arch = x86_64
@@ -25,4 +25,5 @@ pkgbase = python-whois
pkgname = python-whois
depends = python
+ depends = python-future
diff --git a/PKGBUILD b/PKGBUILD
index fc00e713a5ec..fcb7da1c064e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=python-whois
pkgver=0.6.5
-pkgrel=3
+pkgrel=4
pkgdesc="Whois querying and parsing of domain registration information"
arch=( 'i686' 'x86_64' )
url="https://bitbucket.org/richardpenman/pywhois"
@@ -25,7 +25,7 @@ sha512sums=('23d328ed45593b814079f52e24ca1df0d4db90cec5bc5ac8f5a4a19754588715118
'SKIP')
package_python-whois() {
- depends=('python')
+ depends=('python' 'python-future')
cd "${srcdir}/${_pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1