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

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 19:55:27 UTC 2019


    Date: Friday, October 25, 2019 @ 19:55:26
  Author: foutrelis
Revision: 519624

Make source filename unique

Modified:
  python-pyenchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-25 19:55:24 UTC (rev 519623)
+++ PKGBUILD	2019-10-25 19:55:26 UTC (rev 519624)
@@ -11,7 +11,7 @@
 url="https://pypi.python.org/pypi/pyenchant"
 license=('LGPL')
 makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz"
         "enchant-2.patch")
 sha512sums=('21f8dd286f1f462d11aea0f1b89f3189e51109a3a8c5baee80cba17b9e7c56fa60f308d4ea39d9675d69e3da11dc07996eb32d545cd3567503f0956abc060882'
             'c6dc74e60c684b5606b681096d740814a5f138e9caf8ad2f41d9e467c820d46bab6b3d449a99dc17e4b1e1b89964d1fc4248c55a600c977ee6269cddb46ad596')



More information about the arch-commits mailing list