Date: Friday, August 30, 2019 @ 05:02:18
  Author: bgyorgy
Revision: 505157

Use unique source name

Modified:
  python-statsmodels/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-30 04:46:07 UTC (rev 505156)
+++ PKGBUILD    2019-08-30 05:02:18 UTC (rev 505157)
@@ -17,7 +17,7 @@
             'python-matplotlib: needed for plotting functions'
            '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";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz";)
 sha256sums=('269ec50719c47f946cf3872b8abfcb36e15d5614e3bb81c4c39e74cce673d5b8')
 
 build() {

Reply via email to