Date: Monday, August 19, 2019 @ 19:32:05 Author: aginiewicz Revision: 500220
upgpkg: python-statsmodels 0.10.1-1 python-statsmodels: new upstream release Modified: python-statsmodels/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-19 19:16:52 UTC (rev 500219) +++ PKGBUILD 2019-08-19 19:32:05 UTC (rev 500220) @@ -5,7 +5,7 @@ # TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series analysis) pkgname='python-statsmodels' -pkgver=0.10.0 +pkgver=0.10.1 pkgrel=1 pkgdesc="Statistical computations and models for use with SciPy" arch=('x86_64') @@ -18,7 +18,7 @@ 'python-joblib: accelerate distributed estimation for certain models' 'jupyter: needed to run the notebooks') source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz") -sha256sums=('3aae6454480f485821a8e5761a0456030bc7e41f01648b177d141899f06588e6') +sha256sums=('269ec50719c47f946cf3872b8abfcb36e15d5614e3bb81c4c39e74cce673d5b8') build() { cd "$srcdir"/statsmodels-${pkgver} @@ -31,4 +31,6 @@ python setup.py install --skip-build --root="$pkgdir" --optimize=1 install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/{LICENSE.txt,setup.cfg} }