summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-07-29 21:30:45 +0200
committerMorteza NourelahiAlamdari2021-07-29 21:30:45 +0200
commit5c32ca13e0d5be3bc0dbe6da12ed6490a1e8d273 (patch)
tree00903022e4761aff6a25d985f4527d9f0e3d6904 /PKGBUILD
parent8f933cb78eba9ad9c5c010a3da352257aba3c58b (diff)
downloadaur-5c32ca13e0d5be3bc0dbe6da12ed6490a1e8d273.tar.gz
Upgrade version to 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 537b626f0f34..a7f36030cc18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="python-spectree"
_pkgname="spectree"
-pkgver="0.5.0"
+pkgver="0.6.1"
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=("16d99a8d5381b64bde2b27fc1b04d5b29035df5af0b153c394272b1759242c2d")
+sha256sums=("ddbde0e63efa54bed0997a14f9c686c44e7d6366aff393dda3bab9cd860df0a1")
license=("Apache-2.0")
depends=("python")
makedepends=("python-setuptools")