Date: Tuesday, October 2, 2018 @ 02:45:33 Author: farseerfc Revision: 388936
upgpkg: python-justbytes 0.11-2 python-justbytes fix makedepends Modified: python-justbytes/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-02 01:43:29 UTC (rev 388935) +++ PKGBUILD 2018-10-02 02:45:33 UTC (rev 388936) @@ -3,11 +3,12 @@ pkgname=python-justbytes _pkgname=justbytes pkgver=0.11 -pkgrel=1 +pkgrel=2 pkgdesc="computing with and displaying bytes" url="http://pythonhosted.org/justbytes/" depends=('python' 'python-justbases') checkdepends=('python-nose' 'python-hypothesis' 'python-pylint') +makedepends=('python-setuptools') license=('GPL2' 'GPL3') arch=('any') source=("https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
