Date: Monday, April 10, 2017 @ 18:34:35 Author: svenstaro Revision: 221876
archrelease: copy trunk to community-i686, community-x86_64 Added: rustfmt/repos/community-i686/PKGBUILD (from rev 221875, rustfmt/trunk/PKGBUILD) rustfmt/repos/community-x86_64/PKGBUILD (from rev 221875, 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-04-10 18:34:23 UTC (rev 221875) +++ community-i686/PKGBUILD 2017-04-10 18:34:35 UTC (rev 221876) @@ -1,25 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=rustfmt -pkgver=0.8.1 -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.tar.gz") -sha512sums=('4985fc39ae5ac227f1166ce002a17f69d0f1596320867f5756d9dc33befb9ae0749e705cefdb035f38fb068b8b59e41924e785ee2ed844e0bc5501cd150f4dd8') - -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 221875, rustfmt/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-04-10 18:34:35 UTC (rev 221876) @@ -0,0 +1,25 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Vlad M. <v...@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 +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-04-10 18:34:23 UTC (rev 221875) +++ community-x86_64/PKGBUILD 2017-04-10 18:34:35 UTC (rev 221876) @@ -1,25 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=rustfmt -pkgver=0.8.1 -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.tar.gz") -sha512sums=('4985fc39ae5ac227f1166ce002a17f69d0f1596320867f5756d9dc33befb9ae0749e705cefdb035f38fb068b8b59e41924e785ee2ed844e0bc5501cd150f4dd8') - -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 221875, rustfmt/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-04-10 18:34:35 UTC (rev 221876) @@ -0,0 +1,25 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Vlad M. <v...@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 +}