summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2022-04-29 22:56:48 +0200
committerMorteza NourelahiAlamdari2022-04-29 22:56:48 +0200
commit652dac103d40b0163ef70f950b744810609d576f (patch)
tree8d231aba63f991661b03dc2c2118c4f6920730be /PKGBUILD
parent81d434cdf478ad06d8d8c528627d362ce699dff3 (diff)
downloadaur-652dac103d40b0163ef70f950b744810609d576f.tar.gz
Upgrade version to v0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75e9bd73802e..ee84496de40b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="python-spectree"
_pkgname="spectree"
-pkgver="0.8.0"
+pkgver="0.9.2"
pkgrel=1
pkgdesc="API spec validator and OpenAPI document generator for Python web frameworks."
arch=("any")
url="https://github.com/0b01001001/spectree"
source=("https://github.com/0b01001001/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=("d4f754ea72ed207a285cdc419217f468488acb9b27e67302bd36e6fc8f8ab180")
+sha256sums=("c42a69d036a8cc9d993d19def6f9b57239ae49820eab209b04dbda744aa676d9")
license=("Apache-2.0")
depends=("python")
makedepends=("python-setuptools")