Date: Saturday, February 2, 2019 @ 20:07:32 Author: farseerfc Revision: 429217
upgpkg: python-justbytes 0.11-3 python-justbytes https url rebuild Modified: python-justbytes/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-02 19:57:42 UTC (rev 429216) +++ PKGBUILD 2019-02-02 20:07:32 UTC (rev 429217) @@ -3,9 +3,9 @@ pkgname=python-justbytes _pkgname=justbytes pkgver=0.11 -pkgrel=2 +pkgrel=3 pkgdesc="computing with and displaying bytes" -url="http://pythonhosted.org/justbytes/" +url="https://pypi.org/project/justbytes/" depends=('python' 'python-justbases') checkdepends=('python-nose' 'python-hypothesis' 'python-pylint') makedepends=('python-setuptools') @@ -18,6 +18,7 @@ cd $srcdir/${_pkgname}-$pkgver nosetests } + build() { cd $srcdir/${_pkgname}-$pkgver python setup.py build
