Date: Wednesday, May 31, 2017 @ 20:09:37 Author: jelle Revision: 231654
upgpkg: python-selenium 3.4.3-1 Modified: python-selenium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-31 20:08:00 UTC (rev 231653) +++ PKGBUILD 2017-05-31 20:09:37 UTC (rev 231654) @@ -3,7 +3,7 @@ pkgbase=python-selenium pkgname=('python-selenium' 'python2-selenium') -pkgver=3.4.2 +pkgver=3.4.3 pkgrel=1 pkgdesc="Python binding for Selenium Remote Control" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('Apache') makedepends=('python-setuptools' 'python2-setuptools') optdepends=('geckodriver: Firefox driver support') -source=('https://pypi.python.org/packages/47/63/611503113c00cb3ba0ab310567b4f7d7c2a3178e7ebc07f66ae4b997d56a/selenium-3.4.2.tar.gz') -md5sums=('5b30ae75463e0e951c39ebcb2ebbd573') +source=("https://pypi.python.org/packages/a5/af/923433edac3027518f2c956781d9c579a8662828eaad8f127473219aacf1/selenium-3.4.3.tar.gz") +md5sums=('da50afa759fc6fe661db33a2e7d76872') package_python-selenium() { depends=('python')