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

Jelle van der Waa jelle at archlinux.org
Mon Nov 14 19:20:42 UTC 2016


    Date: Monday, November 14, 2016 @ 19:20:41
  Author: jelle
Revision: 195909

upgpkg: python-selenium 3.0.1-1

Modified:
  python-selenium/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 19:12:41 UTC (rev 195908)
+++ PKGBUILD	2016-11-14 19:20:41 UTC (rev 195909)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.53.1
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@
 url="http://pypi.python.org/pypi/selenium"
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz")
-md5sums=('8d8b532348a5b7c6717593cae11a656b')
+optdepends=('geckodriver: Firefox driver support')
+source=("https://pypi.python.org/packages/3a/a3/e4ab60a0229a85f468a36367bc0672a4bca2720f24391eda33704a5f0ad5/selenium-3.0.1.tar.gz")
+md5sums=('ed5da4a35e1e643a53386d3e8f5960af')
 
 package_python-selenium() {
   depends=('python')



More information about the arch-commits mailing list