git » python-ply.git » commit c728dac

https

author Antonio Rojas
2019-05-26 21:06:27 UTC
committer Antonio Rojas
2019-05-26 21:06:27 UTC
parent bab48bcc0ded407c07e87d3a3e5fad283cc0ef99

https

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 82cde9e..1fe1e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ pkgver=3.11
 pkgrel=2
 pkgdesc='Implementation of lex and yacc parsing tools'
 arch=('any')
-url='http://www.dabeaz.com/ply/'
+url='https://www.dabeaz.com/ply/'
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("${url}ply-$pkgver.tar.gz"
+source=("http://www.dabeaz.com/ply/ply-$pkgver.tar.gz"
         LICENSE)
 sha512sums=('37e39a4f930874933223be58a3da7f259e155b75135f1edd47069b3b40e5e96af883ebf1c8a1bbd32f914a9e92cfc12e29fec05cf61b518f46c1d37421b20008'
             '5cea085a23ed260afc9084380c1d59e3942c2385089a8eb2391a89c85cde4df2ceb7eed21bb8c4d0cad5b78e59742da69e4c5c78fd0e223f5c99c56e9296a075')