Date: Wednesday, November 23, 2016 @ 15:01:39 Author: svenstaro Revision: 196605
archrelease: copy trunk to community-i686, community-x86_64 Added: rustfmt/repos/community-i686/PKGBUILD (from rev 196604, rustfmt/trunk/PKGBUILD) rustfmt/repos/community-x86_64/PKGBUILD (from rev 196604, 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 2016-11-23 15:01:28 UTC (rev 196604) +++ community-i686/PKGBUILD 2016-11-23 15:01:39 UTC (rev 196605) @@ -1,25 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=rustfmt -pkgver=0.6.2 -pkgrel=2 -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=('bfec27178ed7fcc2da27ac46604abb231626e3f0a8800d70128d0b9a152c22f7') - -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 196604, rustfmt/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-23 15:01:39 UTC (rev 196605) @@ -0,0 +1,25 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Vlad M. <v...@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 +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-11-23 15:01:28 UTC (rev 196604) +++ community-x86_64/PKGBUILD 2016-11-23 15:01:39 UTC (rev 196605) @@ -1,25 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=rustfmt -pkgver=0.6.2 -pkgrel=2 -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=('bfec27178ed7fcc2da27ac46604abb231626e3f0a8800d70128d0b9a152c22f7') - -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 196604, rustfmt/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-23 15:01:39 UTC (rev 196605) @@ -0,0 +1,25 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Vlad M. <v...@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 +}