summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-02-09 22:01:10 -0600
committercarlwgeorge2017-02-09 22:01:10 -0600
commitf92be80ff18aacc7d0b482aee9e57f5da31b296e (patch)
tree940d3cd3823fe513ab627c36ad7355b41d9b77e4
parenteb091ec64147639e77410a7092b0e4d822565328 (diff)
downloadaur-f92be80ff18aacc7d0b482aee9e57f5da31b296e.tar.gz
0.3.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30c1b6f404bf..7d69503642f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jan 28 18:02:12 UTC 2017
+# Fri Feb 10 04:01:00 UTC 2017
pkgbase = python-sanic
pkgdesc = A microframework based on uvloop, httptools, and learnings of flask
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/channelcat/sanic
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/channelcat/sanic/archive/0.3.0.tar.gz
- sha256sums = bee1f2df2494af386085d8d4767de5d8c817b706d987faa57c29a527995e393f
+ source = https://github.com/channelcat/sanic/archive/0.3.1.tar.gz
+ sha256sums = c8abb954c4e1bef749bf683f4502357cd65c5ae9eec91f92d84fe9d177728067
pkgname = python-sanic
depends = python-uvloop>=0.5.3
diff --git a/PKGBUILD b/PKGBUILD
index 00ade7e3e94c..42e9dc6b3adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=0.3.0
+pkgver=0.3.1
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=('bee1f2df2494af386085d8d4767de5d8c817b706d987faa57c29a527995e393f')
+sha256sums=('c8abb954c4e1bef749bf683f4502357cd65c5ae9eec91f92d84fe9d177728067')
build() {
cd "$_name-$pkgver"