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 9b2f4283d9b7..3861a1e06f77 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.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://github.com/virustotal/vt-py
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-vt-py
depends = python-aiohttp
provides = python-virustotal
replaces = python-virustotal-api
- source = python-vt-py-0.13.0.tar.gz::https://github.com/virustotal/vt-py/archive/0.13.0.tar.gz
- sha256sums = 7f72a6816038b59105da6935f8ceffc82161d227d764d79f2f68bb7cf71476d0
+ source = python-vt-py-0.13.1.tar.gz::https://github.com/virustotal/vt-py/archive/0.13.1.tar.gz
+ sha256sums = cc106d33727c89c82577711f9e5cb625de72cde4f7a4370a3603b2d4d8dbe727
pkgname = python-vt-py
diff --git a/PKGBUILD b/PKGBUILD
index c1eb68ad0f94..201c75c6fd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=python-vt-py
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="Official Python client library for VirusTotal's REST API"
arch=('any')
@@ -13,7 +13,7 @@ checkdepends=('python-pytest-httpserver' 'python-pytest-asyncio')
provides=('python-virustotal')
replaces=('python-virustotal-api')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('7f72a6816038b59105da6935f8ceffc82161d227d764d79f2f68bb7cf71476d0')
+sha256sums=('cc106d33727c89c82577711f9e5cb625de72cde4f7a4370a3603b2d4d8dbe727')
build() {
cd "vt-py-$pkgver"