summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2017-10-09 06:57:36 -0400
committerbrent s2017-10-09 06:57:36 -0400
commite3810a83058aaa0539791befb59313122dd96ece (patch)
treeb0955e662953dd976cb7b6c25c2e6c0e450812f5
parent0d6ff056c0412c83739e6e353543d3bb7adec041 (diff)
downloadaur-e3810a83058aaa0539791befb59313122dd96ece.tar.gz
oops
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76fbff134894..ddd28e304def 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 7 16:53:55 UTC 2017
+# Mon Oct 9 10:57:36 UTC 2017
pkgbase = python-whois
pkgdesc = Whois querying and parsing of domain registration information
pkgver = 0.6.5
- pkgrel = 4
+ pkgrel = 5
url = https://bitbucket.org/richardpenman/pywhois
arch = i686
arch = x86_64
@@ -27,3 +27,7 @@ pkgname = python-whois
depends = python
depends = python-future
+pkgname = python2-whois
+ depends = python2
+ depends = python2-futures
+
diff --git a/PKGBUILD b/PKGBUILD
index fcb7da1c064e..6a5428387790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
# News updates for packages can be followed at https://devblog.square-r00t.net
-pkgname=python-whois
+pkgname=('python-whois' 'python2-whois')
pkgver=0.6.5
-pkgrel=4
+pkgrel=5
pkgdesc="Whois querying and parsing of domain registration information"
arch=( 'i686' 'x86_64' )
url="https://bitbucket.org/richardpenman/pywhois"