summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8219f09f05c2..941edf98178f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-ipwhois
_pkgname=ipwhois
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
pkgdesc="IP Whois Resolution and Parsing"
url="https://github.com/secynic/ipwhois"
arch=(any)
license=('MIT')
depends=('python' 'python-dnspython')
source=("https://github.com/secynic/${_pkgname}/archive/v${pkgver}.zip")
-sha512sums=('ec72129a746720d7c1abb6df796f57044042b3633e5418bc608fe0acd278f3c4cf634dc993f2a2f4212d39cf0f24a44ca39c3ec78d29a59724cb8d8d39c24245')
+sha512sums=('5f0f44c53db438647e36c4bc112a134f7cbe017bfb45b04a0b2d866c53399e5e13e5d47208a0f881f6d5ade13095765b3882dee2d70b535b64006ff8762c5383')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}