Date: Sunday, April 24, 2016 @ 11:48:09 Author: alucryd Revision: 171691
upgpkg: python-slip 0.6.4-2 Modified: python-slip/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-24 09:05:02 UTC (rev 171690) +++ PKGBUILD 2016-04-24 09:48:09 UTC (rev 171691) @@ -2,17 +2,17 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-slip -pkgver=0.6.1 +pkgver=0.6.4 pkgrel=2 -pkgdesc='Simple Library for Python' +pkgdesc='Convenience, extension and workaround code for Python and some Python modules' arch=('any') -url='http://fedorahosted.org/python-slip' +url='https://github.com/nphilipp/python-slip' license=('GPL2') depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject' 'python-six') makedepends=('python-setuptools') -source=("http://fedorahosted.org/released/python-slip/python-slip-${pkgver}.tar.bz2") -sha256sums=('bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885c2fd9a') +source=("https://github.com/nphilipp/python-slip/releases/download/python-slip-${pkgver}/python-slip-${pkgver}.tar.bz2") +sha256sums=('6238c17ea127171dbf277005a26178e265937cab7aa968e858144d9f36943dc2') build() { cd python-slip-${pkgver}
