summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-16 19:23:43 -0500
committerCarlos Aznarán2024-04-16 19:23:43 -0500
commit7f299f45bdf844870ea89d5747496fcb5129995d (patch)
treec518358998a327ec3551788d1eb1068ba9c54cae /PKGBUILD
parent79713fcfb067e2936fa4600fa915f27f786deb2a (diff)
downloadaur-7f299f45bdf844870ea89d5747496fcb5129995d.tar.gz
Bump version to 0.18.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60665644e48f..f2097c32baec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
_base=vt-py
pkgname=python-${_base}
-pkgver=0.18.0
+pkgver=0.18.1
pkgrel=1
pkgdesc="Official Python client library for VirusTotal's REST API"
arch=(any)
url="https://github.com/virustotal/${_base}"
-license=(Apache)
+license=(Apache-2.0)
depends=(python-aiohttp)
makedepends=(python-build python-installer python-setuptools python-wheel python-sphinx)
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=('b5ad6f1ef6401a46b4cdcc4f1b7a8696bc9c6ba6f4012cf497c65e469d2d569054f02224c0b914622aea06d7d39a6a8704fa20eae757d1dbdadce2a0eb65abf6')
+sha512sums=('56282322beb12bf36a7d34dc2ae4d6423586f9d7daec774e007519eb8f5d38a67d14ccd370baf5fbb9099a3b1912247f8f03748097c4aa31dd5de31c18c24283')
prepare() {
sed -i '/setup_requires/d' ${_base}-${pkgver}/setup.py