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

Eli Schwartz eschwartz at archlinux.org
Fri Nov 13 12:18:33 UTC 2020


    Date: Friday, November 13, 2020 @ 12:18:32
  Author: eschwartz
Revision: 753893

python-genshi: fix non-unique filename

Modified:
  python-genshi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 12:14:30 UTC (rev 753892)
+++ PKGBUILD	2020-11-13 12:18:32 UTC (rev 753893)
@@ -9,7 +9,7 @@
 license=("BSD")
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://github.com/edgewall/genshi/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/edgewall/genshi/archive/${pkgver}.tar.gz")
 sha256sums=('6b6992618069d9535ec5ee42087ab04846e6df9bba8283157843ceb516ca85b5')
 
 build() {



More information about the arch-commits mailing list