[arch-commits] Commit in geckodriver/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Thu Feb 16 19:17:01 UTC 2017


    Date: Thursday, February 16, 2017 @ 19:17:01
  Author: jelle
Revision: 212627

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 /PKGBUILD                 |   48 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 ----------------------
 community-x86_64/PKGBUILD |   24 ----------------------
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-16 19:16:48 UTC (rev 212626)
+++ community-i686/PKGBUILD	2017-02-16 19:17:01 UTC (rev 212627)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: kevku <kevku at gmx.com>
-
-pkgname=geckodriver
-pkgver=0.13.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=('3eb92f5896b0e5a92fcbee18eb342fbd31688d1d266bbecb9c61819021050402')
-
-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-i686/PKGBUILD (from rev 212626, geckodriver/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-16 19:17:01 UTC (rev 212627)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: kevku <kevku at gmx.com>
+
+pkgname=geckodriver
+pkgver=0.14.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=('d9a5d240895ee11ff2034cfcaad1bc2e83169e2c9700913485546c452e3d57ee')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-16 19:16:48 UTC (rev 212626)
+++ community-x86_64/PKGBUILD	2017-02-16 19:17:01 UTC (rev 212627)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: kevku <kevku at gmx.com>
-
-pkgname=geckodriver
-pkgver=0.13.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=('3eb92f5896b0e5a92fcbee18eb342fbd31688d1d266bbecb9c61819021050402')
-
-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 212626, geckodriver/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-16 19:17:01 UTC (rev 212627)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: kevku <kevku at gmx.com>
+
+pkgname=geckodriver
+pkgver=0.14.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=('d9a5d240895ee11ff2034cfcaad1bc2e83169e2c9700913485546c452e3d57ee')
+
+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