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

Jelle van der Waa jelle at archlinux.org
Sun Feb 10 14:15:53 UTC 2019


    Date: Sunday, February 10, 2019 @ 14:15:52
  Author: jelle
Revision: 431444

upgpkg: geckodriver 0.24.0-1

Upstream update, remove locked since it's upstream has no Cargo.lock.

Modified:
  geckodriver/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 14:01:49 UTC (rev 431443)
+++ PKGBUILD	2019-02-10 14:15:52 UTC (rev 431444)
@@ -2,7 +2,7 @@
 # Contributor: kevku <kevku at gmx.com>
 
 pkgname=geckodriver
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers."
 arch=("x86_64")
@@ -10,12 +10,12 @@
 license=("MPL")
 makedepends=("rust" "cargo" "gcc-libs")
 source=("https://github.com/mozilla/geckodriver/archive/v$pkgver.tar.gz")
-sha256sums=('2ed7eac7c40ff3813e11410d65d8b15b05a55cb15df8413577cad03f13e5a86a')
+sha256sums=('e6f86b3b6411f078c0a762f978c00ee99926463036a68be01d111bd91f25340e')
 
 build() {
 	cd "$pkgname-$pkgver"
         # FIXME: upstream does not provide Cargo.lock https://github.com/mozilla/geckodriver/issues/1403
-	cargo build --release --locked
+	cargo build --release #--locked
 }
 
 package() {



More information about the arch-commits mailing list