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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jan 18 13:04:51 UTC 2017


    Date: Wednesday, January 18, 2017 @ 13:04:50
  Author: svenstaro
Revision: 207878

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

Added:
  rustfmt/repos/community-i686/PKGBUILD
    (from rev 207877, rustfmt/trunk/PKGBUILD)
  rustfmt/repos/community-x86_64/PKGBUILD
    (from rev 207877, 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-01-18 13:04:35 UTC (rev 207877)
+++ community-i686/PKGBUILD	2017-01-18 13:04:50 UTC (rev 207878)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=rustfmt
-pkgver=0.6.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/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('8f27d21337b41d9151a0cc7c104755055cb6fcc263cb8aa7fa87e1df1338dd7f')
-
-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 207877, rustfmt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-18 13:04:50 UTC (rev 207878)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=rustfmt
+pkgver=0.7
+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/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ad6a62265804a3da316717542a2def25440064c15302f9a2a618a97e14d09b7e')
+
+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-01-18 13:04:35 UTC (rev 207877)
+++ community-x86_64/PKGBUILD	2017-01-18 13:04:50 UTC (rev 207878)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=rustfmt
-pkgver=0.6.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/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('8f27d21337b41d9151a0cc7c104755055cb6fcc263cb8aa7fa87e1df1338dd7f')
-
-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 207877, rustfmt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-18 13:04:50 UTC (rev 207878)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=rustfmt
+pkgver=0.7
+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/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ad6a62265804a3da316717542a2def25440064c15302f9a2a618a97e14d09b7e')
+
+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