summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliara2019-09-30 14:58:45 +0200
committerliara2019-09-30 14:58:45 +0200
commitda4af3592dbdc5618e0639506cb7005feccaaaa6 (patch)
treee4a99d46df3a783d824e187fec399767f63a16a1
parent63014f8bcce8e73a98cb0a8cbadafa7cb28fa9da (diff)
downloadaur-da4af3592dbdc5618e0639506cb7005feccaaaa6.tar.gz
Updated to 1.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6a3c9c3057d..ebf010cd123d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-shodan
pkgdesc = Python library and command-line utility for Shodan
- pkgver = 1.17.0
+ pkgver = 1.19.0
pkgrel = 1
url = https://github.com/achillean/shodan-python
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-shodan
depends = python-colorama
depends = python-click-plugins
depends = python-xlsxwriter
- source = https://files.pythonhosted.org/packages/cb/bf/bff4f8e449a1ec1af01a484c3464eb1a3df9a046397019d47a9b436d54b4/shodan-1.17.0.tar.gz
- sha256sums = 7fd50da0851b3a65316e38c2a24b99a9c20e0fbdab274d28fb7350a59b5007ea
+ source = https://files.pythonhosted.org/packages/a5/8b/c62f16523a14ac8df38745b75b2d498566c6ad87d7339d25d489261320be/shodan-1.19.0.tar.gz
+ sha256sums = 9d8bb822738d02a63dbe890b46f511f0df13fd33a60b754278c3bf5dd5cf9fc4
pkgname = python-shodan
diff --git a/PKGBUILD b/PKGBUILD
index 9cfb55b62048..9723cda21801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: liara (liara at archlinux.email)
pkgname=python-shodan
-pkgver=1.17.0
+pkgver=1.19.0
pkgrel=1
pkgdesc="Python library and command-line utility for Shodan"
url="https://github.com/achillean/shodan-python"
@@ -9,8 +9,8 @@ license=('MIT')
arch=('any')
depends=('python-requests' 'python-click' 'python-colorama' 'python-click-plugins' 'python-xlsxwriter')
makedepends=('python' 'python-setuptools')
-source=(https://files.pythonhosted.org/packages/cb/bf/bff4f8e449a1ec1af01a484c3464eb1a3df9a046397019d47a9b436d54b4/shodan-${pkgver}.tar.gz)
-sha256sums=('7fd50da0851b3a65316e38c2a24b99a9c20e0fbdab274d28fb7350a59b5007ea')
+source=(https://files.pythonhosted.org/packages/a5/8b/c62f16523a14ac8df38745b75b2d498566c6ad87d7339d25d489261320be/shodan-${pkgver}.tar.gz)
+sha256sums=('9d8bb822738d02a63dbe890b46f511f0df13fd33a60b754278c3bf5dd5cf9fc4')
build() {
cd "$srcdir/shodan-${pkgver}"
python setup.py build