summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliara2016-05-07 11:08:33 +0200
committerliara2016-05-07 11:08:33 +0200
commit3f988f74af036431c07693ea008d500e3504c62a (patch)
treeb139a1a598372c2905c139789cec4e285697314d
parentc1f59838157520db7fcb301ccf61867774cc4ebd (diff)
downloadaur-3f988f74af036431c07693ea008d500e3504c62a.tar.gz
Updated to python-shodan 1.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b0f9335a125..3abc9d46d6e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 12 16:57:45 UTC 2016
+# Sat May 7 09:06:57 UTC 2016
pkgbase = python-shodan
pkgdesc = The official Python library for Shodan
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/achillean/shodan-python
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-shodan
depends = python-requests
depends = python-click
depends = python-colorama
- source = https://pypi.python.org/packages/source/s/shodan/shodan-1.5.2.tar.gz
- md5sums = 8c9e4b2a22c9fd004d21d98e6370cc4e
+ source = https://pypi.python.org/packages/6a/77/1549623c67d67efc9e4a854ca7e1ebfcb9de3f3ba2658706401d052725a0/shodan-1.5.3.tar.gz
+ md5sums = 41e09552d261d3e3ddbc23a38f0517b7
pkgname = python-shodan
diff --git a/PKGBUILD b/PKGBUILD
index 0c709099b865..c45ffd7cba1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: liara (liara at archlinux.info)
pkgname=python-shodan
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="The official Python library for Shodan"
url="https://github.com/achillean/shodan-python"
@@ -9,8 +9,8 @@ license=('MIT')
arch=('any')
depends=('python-simplejson' 'python-requests' 'python-click' 'python-colorama')
makedepends=('python')
-source=(https://pypi.python.org/packages/source/s/shodan/shodan-${pkgver}.tar.gz)
-md5sums=('8c9e4b2a22c9fd004d21d98e6370cc4e')
+source=(https://pypi.python.org/packages/6a/77/1549623c67d67efc9e4a854ca7e1ebfcb9de3f3ba2658706401d052725a0/shodan-${pkgver}.tar.gz)
+md5sums=('41e09552d261d3e3ddbc23a38f0517b7')
build() {
cd "$srcdir/shodan-${pkgver}"