summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-14 16:12:18 -0600
committercarlwgeorge2017-01-14 16:12:18 -0600
commit0958bd6ff023651820931d8bb16b706a6a6ad031 (patch)
tree1f55dea7771ee91bce4a14fbf88da9becad3860c
parente46f74f73c80a0294b8d590ced0400c88cf5627b (diff)
downloadaur-0958bd6ff023651820931d8bb16b706a6a6ad031.tar.gz
0.2.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc6ede6bf05e..66b41e2db9f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 06:02:22 UTC 2017
+# Sat Jan 14 22:12:11 UTC 2017
pkgbase = python-sanic
pkgdesc = A microframework based on uvloop, httptools, and learnings of flask
- pkgver = 0.1.9
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/channelcat/sanic
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/channelcat/sanic/archive/0.1.9.tar.gz
- sha256sums = d9bb3b0a051061219e9357df583031510241f3be3a7be4e3bd84d3f8461854cb
+ source = https://github.com/channelcat/sanic/archive/0.2.0.tar.gz
+ sha256sums = eda329ee2d4894e1564e40152203532291bec7ac764005946619825aaeee2985
pkgname = python-sanic
depends = python-uvloop>=0.5.3
diff --git a/PKGBUILD b/PKGBUILD
index 99f40f8cbbea..18b8058baccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-${_name}"
-pkgver="0.1.9"
+pkgver="0.2.0"
pkgrel="1"
pkgdesc="A microframework based on uvloop, httptools, and learnings of flask"
arch=("any")
@@ -10,7 +10,7 @@ url="https://github.com/channelcat/sanic"
license=("MIT")
makedepends=("python-setuptools")
source=("https://github.com/channelcat/sanic/archive/${pkgver}.tar.gz")
-sha256sums=('d9bb3b0a051061219e9357df583031510241f3be3a7be4e3bd84d3f8461854cb')
+sha256sums=('eda329ee2d4894e1564e40152203532291bec7ac764005946619825aaeee2985')
build() {
cd "${srcdir}/${_name}-${pkgver}"