summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbe7d9a6a450..3ea76272960b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Mar 23 10:11:32 UTC 2016
pkgbase = chromedriver
pkgdesc = Standalone server which implements WebDriver's wire protocol
- pkgver = 2.20
+ pkgver = 2.21
pkgrel = 5
url = https://sites.google.com/a/chromium.org/chromedriver/
arch = i686
@@ -10,7 +12,7 @@ pkgbase = chromedriver
depends = gconf
optdepends = google-chrome
conflicts = chromium
- source = chromedriver_2.20_.zip::http://chromedriver.storage.googleapis.com/2.20/chromedriver_.zip
+ source = chromedriver_2.21_.zip::http://chromedriver.storage.googleapis.com/2.21/chromedriver_.zip
pkgname = chromedriver
diff --git a/PKGBUILD b/PKGBUILD
index 2bf269c059a1..8dffb6533fb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: lybin
pkgname=chromedriver
-pkgver=2.20
+pkgver=2.21
pkgrel=5
pkgdesc="Standalone server which implements WebDriver's wire protocol"
arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@ optdepends=('google-chrome')
if [ "$CARCH" = "i686" ]; then
_arch='linux32'
- md5sums=('1e8cbdb84c5b70f86030297c4be3a5f9')
+ md5sums=('d0a589f70e53774db95bf6f46972837c')
elif [ "$CARCH" = "x86_64" ]; then
_arch='linux64'
- md5sums=('245858cc984bd946df6a1e6719c8e6f5')
+ md5sums=('06e57f4c411e1135c6277d17ea8390fd')
fi
source=("${pkgname}_${pkgver}_${_arch}.zip::http://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_${_arch}.zip")