summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-10-05 21:57:08 +0200
committerAndrzej Giniewicz2016-10-05 21:57:08 +0200
commit18b7a48c07e6258ea97f743ed0f6967d7a6d12f6 (patch)
tree626d7f562ee311022835abf750103191e8e82e36
parent5d8cadf0f0c134c95e7cce9127b4825749021b5c (diff)
downloadaur-18b7a48c07e6258ea97f743ed0f6967d7a6d12f6.tar.gz
circus: new upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d0132e7c9bd..3de07e7096c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Feb 15 21:17:08 UTC 2016
pkgbase = circus
pkgdesc = A program that will let you run and watch multiple processes and sockets.
- pkgver = 0.13.0
- pkgrel = 2
+ pkgver = 0.14.0
+ pkgrel = 1
url = http://circus.readthedocs.org
arch = any
license = Apache
@@ -13,10 +11,10 @@ pkgbase = circus
depends = python-pyzmq
depends = python-tornado
options = !emptydirs
- source = https://pypi.python.org/packages/source/c/circus/circus-0.13.0.tar.gz
+ source = https://github.com/circus-tent/circus/archive/0.14.0.tar.gz
source = circus.ini
source = circus.service
- md5sums = cddd4a8844907d8b6b402ca9c713d176
+ md5sums = 066fd34445a743f5404a5873f1ca3f84
md5sums = 6ce050f557ad88cafcc476513e0578dc
md5sums = 94dcc7c18eb935c62699135c5d048a1a
diff --git a/PKGBUILD b/PKGBUILD
index aee3a38d218a..4bbbb6f0c60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=circus
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
pkgdesc="A program that will let you run and watch multiple processes and sockets."
arch=('any')
url="http://circus.readthedocs.org"
@@ -10,9 +10,9 @@ depends=('python-iowait' 'python-psutil' 'python-pyzmq' 'python-tornado')
makedepends=('python-distribute')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/c/circus/circus-${pkgver}.tar.gz"
+source=("https://github.com/circus-tent/circus/archive/${pkgver}.tar.gz"
"circus.ini" "circus.service")
-md5sums=('cddd4a8844907d8b6b402ca9c713d176'
+md5sums=('066fd34445a743f5404a5873f1ca3f84'
'6ce050f557ad88cafcc476513e0578dc'
'94dcc7c18eb935c62699135c5d048a1a')