summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQirui Wang2021-04-06 20:26:47 -0400
committerQirui Wang2021-04-06 20:26:47 -0400
commita773b64548dfd74eb967ff92f0bafc68d91e2110 (patch)
tree88753ca16f79db3d3bdcd00e5c52643b2991e10f
parent51ee8ba4310cef5fbfc3d2e3ba67d0051d8ceac2 (diff)
downloadaur-a773b64548dfd74eb967ff92f0bafc68d91e2110.tar.gz
v0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8184272de67..3c24dd6cf709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sanic-routing
pkgdesc = Internal handler routing for Sanic beginning with v21.3.
- pkgver = 0.4.2
+ pkgver = 0.5.2
pkgrel = 1
url = https://sanicframework.org/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/sanic-org/sanic-router/archive/v0.4.2.tar.gz
+ source = https://github.com/sanic-org/sanic-routing/archive/v0.5.2.tar.gz
source = https://github.com/sanic-org/sanic/raw/v21.3.2/LICENSE
- sha256sums = 7abfe06c4056f6bc055904af079f017fb0a5b4f466f39139a6d307814a9bfb28
+ sha256sums = 311d5f03b472fc89384c8baaf985b6264fd02428d4b2b5e8378f18e16329f16c
sha256sums = cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c
pkgname = python-sanic-routing
diff --git a/PKGBUILD b/PKGBUILD
index e2d3cc69d2a5..d224f951375f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Qirui Wang <wqr.prg@gmail.com>
# Contributor: Carl George < arch at cgtx dot us >
-_name="sanic-router"
-pkgname="python-sanic-routing"
-pkgver=0.4.2
+_name="sanic-routing"
+pkgname="python-$_name"
+pkgver=0.5.2
pkgrel=1
pkgdesc='Internal handler routing for Sanic beginning with v21.3.'
arch=("any")
@@ -14,7 +14,7 @@ source=(
"https://github.com/sanic-org/${_name}/archive/v${pkgver}.tar.gz"
"https://github.com/sanic-org/sanic/raw/v21.3.2/LICENSE"
)
-sha256sums=('7abfe06c4056f6bc055904af079f017fb0a5b4f466f39139a6d307814a9bfb28'
+sha256sums=('311d5f03b472fc89384c8baaf985b6264fd02428d4b2b5e8378f18e16329f16c'
'cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c')
build() {