summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2022-08-06 09:36:35 +0200
committerMorteza NourelahiAlamdari2022-08-06 09:36:35 +0200
commit65bb220d12e385ed7ed18b4105978d7d5deab4e3 (patch)
tree357d35ae3600b312751c7b657b83c469c017bb49 /PKGBUILD
parent3e687bd68035dc4b4a945a482d2a3911d97bbb6c (diff)
downloadaur-65bb220d12e385ed7ed18b4105978d7d5deab4e3.tar.gz
Upgrade version to v0.10.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e38238011890..729b626a8de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="python-spectree"
_pkgname="spectree"
-pkgver="0.10.3"
+pkgver="0.10.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=("8ccb85465e83dc317dd7a461eade93603baa48b950335ccb355363f107195bb3")
+sha256sums=("c5761336168a5446dac7088c86253bfb7ed76c70a7ece05a1204d05b0a3ac1bb")
license=("Apache-2.0")
depends=("python")
makedepends=("python-setuptools")