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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 11 03:04:02 UTC 2017


    Date: Thursday, May 11, 2017 @ 03:03:57
  Author: svenstaro
Revision: 227739

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-11 03:03:34 UTC (rev 227738)
+++ community-i686/PKGBUILD	2017-05-11 03:03:57 UTC (rev 227739)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=rustfmt
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="A tool for formatting Rust code according to style guidelines"
-url="https://github.com/rust-lang-nursery/rustfmt"
-makedepends=('cargo')
-arch=('i686' 'x86_64')
-license=('Apache' 'MIT')
-source=("https://github.com/rust-lang-nursery/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('dc191b4ff371894dd3e413ac041f3a7e38a15bf980d1c31f7c39f90d7cdc34f1e2d159211c17328a14ca17656ee8dfb41f2bdb77b5e91ac60d210cf9d72751a5')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE-MIT LICENSE-APACHE
-  cd target/release
-  install -Dm755 -t "$pkgdir/usr/bin/" rustfmt cargo-fmt
-}

Copied: rustfmt/repos/community-i686/PKGBUILD (from rev 227738, rustfmt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-11 03:03:57 UTC (rev 227739)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=rustfmt
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="A tool for formatting Rust code according to style guidelines"
+url="https://github.com/rust-lang-nursery/rustfmt"
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('Apache' 'MIT')
+source=("https://github.com/rust-lang-nursery/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('35754b419f96b0ace3fa657bbedf52a48d66c38c1fa5b90aaa015fec7af358e757cd317a437c88a730823c1b79a03d0e970172f2bab2556f7396608f557c7247')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE-MIT LICENSE-APACHE
+  cd target/release
+  install -Dm755 -t "$pkgdir/usr/bin/" rustfmt cargo-fmt
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-11 03:03:34 UTC (rev 227738)
+++ community-x86_64/PKGBUILD	2017-05-11 03:03:57 UTC (rev 227739)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=rustfmt
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="A tool for formatting Rust code according to style guidelines"
-url="https://github.com/rust-lang-nursery/rustfmt"
-makedepends=('cargo')
-arch=('i686' 'x86_64')
-license=('Apache' 'MIT')
-source=("https://github.com/rust-lang-nursery/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('dc191b4ff371894dd3e413ac041f3a7e38a15bf980d1c31f7c39f90d7cdc34f1e2d159211c17328a14ca17656ee8dfb41f2bdb77b5e91ac60d210cf9d72751a5')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE-MIT LICENSE-APACHE
-  cd target/release
-  install -Dm755 -t "$pkgdir/usr/bin/" rustfmt cargo-fmt
-}

Copied: rustfmt/repos/community-x86_64/PKGBUILD (from rev 227738, rustfmt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-11 03:03:57 UTC (rev 227739)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=rustfmt
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="A tool for formatting Rust code according to style guidelines"
+url="https://github.com/rust-lang-nursery/rustfmt"
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('Apache' 'MIT')
+source=("https://github.com/rust-lang-nursery/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('35754b419f96b0ace3fa657bbedf52a48d66c38c1fa5b90aaa015fec7af358e757cd317a437c88a730823c1b79a03d0e970172f2bab2556f7396608f557c7247')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE-MIT LICENSE-APACHE
+  cd target/release
+  install -Dm755 -t "$pkgdir/usr/bin/" rustfmt cargo-fmt
+}



More information about the arch-commits mailing list