[arch-commits] Commit in python-covdefaults/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Thu Oct 29 10:02:26 UTC 2020


    Date: Thursday, October 29, 2020 @ 10:02:25
  Author: ffy00
Revision: 736487

use unique name for source tarball

Modified:
  python-covdefaults/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-29 10:01:12 UTC (rev 736486)
+++ PKGBUILD	2020-10-29 10:02:25 UTC (rev 736487)
@@ -11,7 +11,7 @@
 depends=('python-coverage')
 makedepends=('python-setuptools')
 checkdepends=('python-tox-current-env' 'python-pytest')
-source=("$url/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha512sums=('2ac214acc79905ed8c57f766d8ca7c163db56819db4cac95d0d9ecf21e3f455d7865c00d64a4398bd2c63f5250217f53a9a3569d8ba1219d9152034f8c9628e8')
 
 prepare() {



More information about the arch-commits mailing list