Date: Saturday, January 26, 2019 @ 13:58:11
Author: jelle
Revision: 428102
update https urls
Modified:
python-selenium/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-26 13:56:18 UTC (rev 428101)
+++ PKGBUILD 2019-01-26 13:58:11 UTC (rev 428102)
@@ -7,7 +7,7 @@
pkgrel=1
pkgdesc="Python binding for Selenium Remote Control"
arch=('x86_64')
-url="http://pypi.python.org/pypi/selenium"
+url="https://pypi.python.org/pypi/selenium"
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools')
optdepends=('geckodriver: Firefox driver support')