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

Jelle van der Waa jelle at archlinux.org
Fri Sep 13 13:49:35 UTC 2019


    Date: Friday, September 13, 2019 @ 13:49:35
  Author: jelle
Revision: 510334

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 13:49:27 UTC (rev 510333)
+++ PKGBUILD	2019-09-13 13:49:35 UTC (rev 510334)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: geckodriver/repos/community-x86_64/PKGBUILD (from rev 510333, geckodriver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-13 13:49:35 UTC (rev 510334)
@@ -0,0 +1,25 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: kevku <kevku at gmx.com>
+
+pkgname=geckodriver
+pkgver=0.25.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=('9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9')
+
+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