summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34cc1a6510a3..8fde367a135f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vt-py
pkgdesc = Official Python client library for VirusTotal's REST API
- pkgver = 0.18.1
+ pkgver = 0.18.2
pkgrel = 1
url = https://github.com/virustotal/vt-py
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-vt-py
depends = python-aiohttp
provides = python-virustotal
replaces = python-virustotal-api
- source = python-vt-py-0.18.1.tar.gz::https://github.com/virustotal/vt-py/archive/0.18.1.tar.gz
- sha512sums = 56282322beb12bf36a7d34dc2ae4d6423586f9d7daec774e007519eb8f5d38a67d14ccd370baf5fbb9099a3b1912247f8f03748097c4aa31dd5de31c18c24283
+ source = python-vt-py-0.18.2.tar.gz::https://github.com/virustotal/vt-py/archive/0.18.2.tar.gz
+ sha512sums = ed908921426f5a9551a54281c55d66fbed4670098afaeaaf5585f2005fd4fa98e39d6cfcfda62196609f3c199d22b782c8f6709285a2622841919c51f114cd74
pkgname = python-vt-py
diff --git a/PKGBUILD b/PKGBUILD
index f2097c32baec..9aab0bdb09e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
_base=vt-py
pkgname=python-${_base}
-pkgver=0.18.1
+pkgver=0.18.2
pkgrel=1
pkgdesc="Official Python client library for VirusTotal's REST API"
arch=(any)
@@ -14,7 +14,7 @@ checkdepends=(python-pytest-asyncio python-pytest-httpserver)
provides=(python-virustotal)
replaces=(python-virustotal-api)
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('56282322beb12bf36a7d34dc2ae4d6423586f9d7daec774e007519eb8f5d38a67d14ccd370baf5fbb9099a3b1912247f8f03748097c4aa31dd5de31c18c24283')
+sha512sums=('ed908921426f5a9551a54281c55d66fbed4670098afaeaaf5585f2005fd4fa98e39d6cfcfda62196609f3c199d22b782c8f6709285a2622841919c51f114cd74')
prepare() {
sed -i '/setup_requires/d' ${_base}-${pkgver}/setup.py