Date: Tuesday, March 14, 2017 @ 03:57:43 Author: felixonmars Revision: 216156
upgpkg: python-raet 0.6.7-1 Modified: python-raet/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-14 03:56:15 UTC (rev 216155) +++ PKGBUILD 2017-03-14 03:57:43 UTC (rev 216156) @@ -3,7 +3,7 @@ # Contributor: Thomas S Hatch <[email protected]> pkgname=('python-raet' 'python2-raet') -pkgver=0.6.6 +pkgver=0.6.7 pkgrel=1 pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo' arch=('any') @@ -11,7 +11,7 @@ license=('APACHE') makedepends=(python-setuptools python2-setuptools) source=("https://pypi.io/packages/source/r/raet/raet-$pkgver.tar.gz") -md5sums=('4d15bf813120fe28bc36e498f4ed4f4f') +md5sums=('2c7a765f9fbb67790f264603f02251cc') prepare() { cd $srcdir @@ -30,4 +30,3 @@ python2 setup.py install --root="$pkgdir" -O1 mv "$pkgdir/usr/bin/raetflo"{,2} } -
