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

Bruno Pagani archange at archlinux.org
Sat Feb 15 13:19:48 UTC 2020


    Date: Saturday, February 15, 2020 @ 13:19:47
  Author: archange
Revision: 571464

Unnecessary quotes

Modified:
  python-wurlitzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-15 13:19:33 UTC (rev 571463)
+++ PKGBUILD	2020-02-15 13:19:47 UTC (rev 571464)
@@ -11,7 +11,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-mock)
-source=("https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz")
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 sha256sums=('86a510c0d34fcc9786ad1a9f557ac980f30ef2f821a75c2e4333311e0fd9cd76')
 
 build() {



More information about the arch-commits mailing list