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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 17 23:59:52 UTC 2017


    Date: Wednesday, May 17, 2017 @ 23:59:51
  Author: svenstaro
Revision: 228399

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

Added:
  rust-racer/repos/community-i686/PKGBUILD
    (from rev 228398, rust-racer/trunk/PKGBUILD)
  rust-racer/repos/community-x86_64/PKGBUILD
    (from rev 228398, rust-racer/trunk/PKGBUILD)
Deleted:
  rust-racer/repos/community-i686/PKGBUILD
  rust-racer/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-17 23:59:37 UTC (rev 228398)
+++ community-i686/PKGBUILD	2017-05-17 23:59:51 UTC (rev 228399)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-# Contributor: issue <issue at archlinux dot info>
-
-pkgname=rust-racer
-_pkgname=racer
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="Code completion for Rust"
-url="https://github.com/phildawes/racer"
-optdepends=('rust-src')
-makedepends=('cargo')
-arch=('i686' 'x86_64')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download")
-sha256sums=('b0d72b3afd67882adfca61d609fafb8d7aa5f9e814f12c32fcc6e171995920e8')
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}

Copied: rust-racer/repos/community-i686/PKGBUILD (from rev 228398, rust-racer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-17 23:59:51 UTC (rev 228399)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+# Contributor: issue <issue at archlinux dot info>
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/phildawes/racer"
+optdepends=('rust-src')
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download")
+sha256sums=('b0abeec93a76199a95a2455ecd169555081a62f490c9fc5500f9645558030dc7')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-17 23:59:37 UTC (rev 228398)
+++ community-x86_64/PKGBUILD	2017-05-17 23:59:51 UTC (rev 228399)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-# Contributor: issue <issue at archlinux dot info>
-
-pkgname=rust-racer
-_pkgname=racer
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="Code completion for Rust"
-url="https://github.com/phildawes/racer"
-optdepends=('rust-src')
-makedepends=('cargo')
-arch=('i686' 'x86_64')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download")
-sha256sums=('b0d72b3afd67882adfca61d609fafb8d7aa5f9e814f12c32fcc6e171995920e8')
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}

Copied: rust-racer/repos/community-x86_64/PKGBUILD (from rev 228398, rust-racer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-17 23:59:51 UTC (rev 228399)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+# Contributor: issue <issue at archlinux dot info>
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/phildawes/racer"
+optdepends=('rust-src')
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download")
+sha256sums=('b0abeec93a76199a95a2455ecd169555081a62f490c9fc5500f9645558030dc7')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}



More information about the arch-commits mailing list