summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2022-02-17 16:51:44 +0100
committerMorteza NourelahiAlamdari2022-02-17 16:51:44 +0100
commitb7c2658a2f997b8c1505f7525dd4697e02e5f261 (patch)
tree3ee66529444a97db6e48b06b993039ed4f888880 /PKGBUILD
parent0485c6dbc54920508af2da91e7a7615f51cfd32e (diff)
downloadaur-b7c2658a2f997b8c1505f7525dd4697e02e5f261.tar.gz
Upgrade version to v0.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30a054820e09..dbb239fd0af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="python-spectree"
_pkgname="spectree"
-pkgver="0.7.3"
+pkgver="0.7.4"
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=("ec78edfd9c9d50f2eab07d83daee299382b96d842b1dafc30a7893578edeea54")
+sha256sums=("b7cd5afffed3610c629fc11e14ad6436283eace7f60f8cc80ce21bc1f0561b15")
license=("Apache-2.0")
depends=("python")
makedepends=("python-setuptools")