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

Jelle van der Waa jelle at archlinux.org
Sat Mar 17 15:09:15 UTC 2018


    Date: Saturday, March 17, 2018 @ 15:09:13
  Author: jelle
Revision: 308948

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-17 15:09:00 UTC (rev 308947)
+++ PKGBUILD	2018-03-17 15:09:13 UTC (rev 308948)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: kevku <kevku at gmx.com>
-
-pkgname=geckodriver
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers."
-arch=("x86_64" "i686")
-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=('eba534fd299f7f3867523b059d414d88aa4e785d8962436f5b944d01638d759f')
-
-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 308947, geckodriver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-17 15:09:13 UTC (rev 308948)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: kevku <kevku at gmx.com>
+
+pkgname=geckodriver
+pkgver=0.20.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=('0bfd25ca4ee396fbb1d9685decb9c68890b9e8997d1e7c35f1da40f7a232aaf2')
+
+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
+}



More information about the arch-commits mailing list