[arch-commits] Commit in geckodriver/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Sunday, February 10, 2019 @ 14:16:00
  Author: jelle
Revision: 431445

archrelease: copy trunk to community-x86_64

Added:
  geckodriver/repos/community-x86_64/PKGBUILD
    (from rev 431444, geckodriver/trunk/PKGBUILD)
Deleted:
  geckodriver/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 14:15:52 UTC (rev 431444)
+++ PKGBUILD	2019-02-10 14:16:00 UTC (rev 431445)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: kevku <kevku at gmx.com>
-
-pkgname=geckodriver
-pkgver=0.23.0
-pkgrel=1
-pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers."
-arch=("x86_64")
-url="https://github.com/mozilla/geckodriver"
-license=("MPL")
-makedepends=("rust" "cargo" "gcc-libs")
-source=("https://github.com/mozilla/geckodriver/archive/v$pkgver.tar.gz")
-sha256sums=('2ed7eac7c40ff3813e11410d65d8b15b05a55cb15df8413577cad03f13e5a86a')
-
-build() {
-	cd "$pkgname-$pkgver"
-	cargo build --release
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-        install -Dm755 target/release/$pkgname "$pkgdir"/usr/bin/$pkgname
-        ln -sf /usr/bin/$pkgname "$pkgdir"/usr/bin/wires
-}

Copied: geckodriver/repos/community-x86_64/PKGBUILD (from rev 431444, geckodriver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-10 14:16:00 UTC (rev 431445)
@@ -0,0 +1,25 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: kevku <kevku at gmx.com>
+
+pkgname=geckodriver
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers."
+arch=("x86_64")
+url="https://github.com/mozilla/geckodriver"
+license=("MPL")
+makedepends=("rust" "cargo" "gcc-libs")
+source=("https://github.com/mozilla/geckodriver/archive/v$pkgver.tar.gz")
+sha256sums=('e6f86b3b6411f078c0a762f978c00ee99926463036a68be01d111bd91f25340e')
+
+build() {
+	cd "$pkgname-$pkgver"
+        # FIXME: upstream does not provide Cargo.lock https://github.com/mozilla/geckodriver/issues/1403
+	cargo build --release #--locked
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+        install -Dm755 target/release/$pkgname "$pkgdir"/usr/bin/$pkgname
+        ln -sf /usr/bin/$pkgname "$pkgdir"/usr/bin/wires
+}



More information about the arch-commits mailing list