summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2020-09-18 12:02:04 +0000
committerNOGISAKA Sadata2020-09-18 12:02:04 +0000
commitb62794aa6d9826d92f036cc5d5394e834da54b44 (patch)
tree744f5c6065c451ce9d9cee036fe24d7ac7a513a0
parent6c95659d42bfdcda1217996fabe232150f27a95a (diff)
downloadaur-b62794aa6d9826d92f036cc5d5394e834da54b44.tar.gz
Update version to 1.2.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
-rw-r--r--v1.2.0.zipbin0 -> 174430 bytes
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb288081c0a9..bd65731363f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python2-ipwhois
pkgdesc = Retrieve and parse whois data for IPv4 and IPv6 addresses
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/secynic/ipwhois
arch = any
license = MIT
+ makedepends = python2-setuptools
depends = python2
depends = python2-dnspython
- source = https://github.com/secynic/ipwhois/archive/v1.1.0.zip
- sha512sums = aa5186ec59403ad016260e3bc09bdf2e488553cd68301b0e1c3ef8d72bdbbb8428ed0ac10754315ffc95aea7e4102580acc73da77f8d2ae508ad13e2cd7c54e1
+ source = https://github.com/secynic/ipwhois/archive/v1.2.0.zip
+ sha512sums = 88f021686606300461bc80ea0413c0f6a2fcd09597c8de072a7dba1703b6514b4b3792132e55198bde1b02bf99a390f7feb23ed5dfb99250a1bdacd5ab6cf860
pkgname = python2-ipwhois
diff --git a/PKGBUILD b/PKGBUILD
index 5b5bc52cc0f3..47eb26410342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-ipwhois
_pkgname=ipwhois
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Retrieve and parse whois data for IPv4 and IPv6 addresses"
url="https://github.com/secynic/ipwhois"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python2' 'python2-dnspython')
makedepends=('python2-setuptools')
source=("https://github.com/secynic/${_pkgname}/archive/v${pkgver}.zip")
-sha512sums=('aa5186ec59403ad016260e3bc09bdf2e488553cd68301b0e1c3ef8d72bdbbb8428ed0ac10754315ffc95aea7e4102580acc73da77f8d2ae508ad13e2cd7c54e1')
+sha512sums=('88f021686606300461bc80ea0413c0f6a2fcd09597c8de072a7dba1703b6514b4b3792132e55198bde1b02bf99a390f7feb23ed5dfb99250a1bdacd5ab6cf860')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
diff --git a/v1.2.0.zip b/v1.2.0.zip
new file mode 100644
index 000000000000..cf8a29a3c6cd
--- /dev/null
+++ b/v1.2.0.zip
Binary files differ