Date: Sunday, May 15, 2016 @ 16:47:53 Author: mtorromeo Revision: 175413
upgpkg: supervisor 3.3.0-1 Updated to 3.3.0 Modified: supervisor/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-15 09:01:02 UTC (rev 175412) +++ PKGBUILD 2016-05-15 14:47:53 UTC (rev 175413) @@ -3,7 +3,7 @@ # Contributor: Daniele Paolella <[email protected]> pkgname=supervisor -pkgver=3.2.3 +pkgver=3.3.0 pkgrel=1 pkgdesc="A system for controlling process state under UNIX" arch=('any') @@ -11,11 +11,11 @@ license=('custom') depends=('python2-meld3' 'python2-setuptools') backup=('etc/supervisord.conf') -source=("http://pypi.python.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz" +source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz" 'supervisord.service' 'supervisor.logrotate' 'supervisord.conf') -sha256sums=('3d6f0304c8ce74ab2100dfc4ab0f70050568504216f9508a81b8ed269aec9705' +sha256sums=('3176fb8a78c60164020e252e4a2b50b039cfec1f410b4562a843b66186188652' '111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993' '7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b' 'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')
