Date: Sunday, June 7, 2020 @ 10:17:56 Author: felixonmars Revision: 639915
upgpkg: python-uncertainties 3.1.4-1 Modified: python-uncertainties/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-07 10:17:09 UTC (rev 639914) +++ PKGBUILD 2020-06-07 10:17:56 UTC (rev 639915) @@ -1,18 +1,18 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-uncertainties -pkgver=3.1.2 -pkgrel=3 +pkgver=3.1.4 +pkgrel=1 pkgdesc="Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives." arch=('any') license=('BSD') url="https://github.com/lebigot/uncertainties" -depends=('python') +depends=('python-future') optdepends=('python-numpy: additional support for NumPy arrays and matrices') makedepends=('python-setuptools') checkdepends=('python-nose' 'python-numpy' 'python-tests') source=("$pkgname-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz") -sha512sums=('78e8173f134138371834e7556c2eebc15bd2aa624addbdc77553997c269a88a51e80e00d89051cbbed8f709437b49e051f6df3a7b598e21bf0bf07bf05934ded') +sha512sums=('581b083785fbe8a222b6b26a99f2f9b1c82a8f2cbfc77108f3b75524338808497e6669da9eb0793514f1926ee810d7151735ad2e8ae941587b026af5347c29d5') build() { cd uncertainties-$pkgver
