summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2016-04-12 20:08:50 -0400
committerskydrome2016-04-12 20:08:50 -0400
commitd5fd7d90163940b87cea6f3472ab31cbee21cd7d (patch)
tree910f006e64ec576cde47adf57e34ae227d73795f
parentad4be27c4f230f28d64b486da7a48dba4f1b0cdf (diff)
downloadaur-d5fd7d90163940b87cea6f3472ab31cbee21cd7d.tar.gz
0.13.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c813a995805..bc3e94c67ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Peter Simons <simons@cryp.to>
pkgname=nevow
-pkgver=0.11.1
+pkgver=0.13.0
pkgrel=1
pkgdesc="web application construction kit written in Python"
arch=('any')
@@ -10,7 +10,7 @@ url='http://pypi.python.org/pypi/Nevow'
license=('custom')
depends=('python2' 'twisted')
source=("https://pypi.python.org/packages/source/N/Nevow/Nevow-${pkgver}.tar.gz")
-md5sums=('acc5d23bd94a5399752065baae6117f6')
+md5sums=('d685fb5b2d07730a75b517472908238c')
build(){
cd "$srcdir/Nevow-$pkgver"