summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-05-08 22:32:28 -0500
committercarlwgeorge2017-05-08 22:32:28 -0500
commit0d424288e663fa26af415f0346ae8d1792cf8b79 (patch)
treee32dfa580d7c265a52254fcee201268dde722f22
parent002e527ed0e42db950dc18e024ef840b32acc554 (diff)
downloadaur-0d424288e663fa26af415f0346ae8d1792cf8b79.tar.gz
0.5.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c098f9c9e17d..3a1e5e29d879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 13:19:26 UTC 2017
+# Tue May 9 03:10:55 UTC 2017
pkgbase = python-sanic
pkgdesc = A microframework based on uvloop, httptools, and learnings of flask
- pkgver = 0.5.2
+ pkgver = 0.5.4
pkgrel = 1
url = https://github.com/channelcat/sanic
arch = any
license = MIT
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sanic/sanic-0.5.2.tar.gz
- source = https://raw.githubusercontent.com/channelcat/sanic/0.5.2/LICENSE
- sha256sums = 24cff094c5ba83232b48e15bb0a5a63da502ca11d0dd3e574870a578ed0bbf38
+ source = https://files.pythonhosted.org/packages/source/s/sanic/sanic-0.5.4.tar.gz
+ source = https://raw.githubusercontent.com/channelcat/sanic/0.5.4/LICENSE
+ sha256sums = 7afcb04e5b53e9998d5a36b84284da9561bc6008cdaaa3a76195ad74549f774a
sha256sums = a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde
pkgname = python-sanic
diff --git a/.gitignore b/.gitignore
index cb20ebe4ea4a..d44a93561adf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ LICENSE
*-build.log
*-namcap.log
*-package*.log
+*-prepare.log
# packages
*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 98433591618c..98b22db8cbac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=0.5.2
+pkgver=0.5.4
pkgrel=1
pkgdesc="A microframework based on uvloop, httptools, and learnings of flask"
arch=("any")
@@ -11,7 +11,7 @@ license=("MIT")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz"
"https://raw.githubusercontent.com/channelcat/sanic/$pkgver/LICENSE")
-sha256sums=('24cff094c5ba83232b48e15bb0a5a63da502ca11d0dd3e574870a578ed0bbf38'
+sha256sums=('7afcb04e5b53e9998d5a36b84284da9561bc6008cdaaa3a76195ad74549f774a'
'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde')
build() {