Date: Sunday, March 12, 2017 @ 12:46:10 Author: jelle Revision: 215754
upgpkg: python-selenium 3.3.0-1 Modified: python-selenium/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-12 12:42:25 UTC (rev 215753) +++ PKGBUILD 2017-03-12 12:46:10 UTC (rev 215754) @@ -3,8 +3,8 @@ pkgbase=python-selenium pkgname=('python-selenium' 'python2-selenium') -pkgver=3.0.2 -pkgrel=2 +pkgver=3.3.0 +pkgrel=1 pkgdesc="Python binding for Selenium Remote Control" arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/selenium" @@ -11,8 +11,8 @@ license=('Apache') makedepends=('python-setuptools' 'python2-setuptools') optdepends=('geckodriver: Firefox driver support') -source=("https://pypi.python.org/packages/0c/42/20c235e604bf736bc970c1275a78c4ea28c6453a0934002f95df9c49dad0/selenium-3.0.2.tar.gz") -md5sums=('0440b3156f26678dfc904cae5aa594ab') +source=("https://pypi.python.org/packages/6e/b6/a0881686c3e2eb09d7e5ba79b197325a88d786317a4e742dc6a9f5029c7a/selenium-3.3.0.tar.gz") +md5sums=("0a940252deb42a62c54accb3ad6a35c8") package_python-selenium() { depends=('python')