summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-11-05 18:00:24 +0100
committerMorteza NourelahiAlamdari2021-11-05 18:00:24 +0100
commit0b110832cbb36200cbd15f35bcd53e4d617322e4 (patch)
tree4a2e9acaa702c384022db1a537f6af28e65be69f /PKGBUILD
parent62abaf1f4fd012e029b46110f91af0e52492e485 (diff)
downloadaur-0b110832cbb36200cbd15f35bcd53e4d617322e4.tar.gz
Upgrade version to v0.6.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20e063ccc613..e25700e4b1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="python-spectree"
_pkgname="spectree"
-pkgver="0.6.3"
+pkgver="0.6.6"
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=("f9cc84a2166e0bd1e3995d3c1b34f1fa3ed42ec4899998374691e1454db89ba3")
+sha256sums=("45aca6a803142fb876f05c89af24c14577483b8177538b64c6f05fdbe7c429f7")
license=("Apache-2.0")
depends=("python")
makedepends=("python-setuptools")