summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Allen2015-11-16 15:57:27 -0500
committerSteven Allen2015-11-16 15:57:27 -0500
commit3ebc3bf89cc8783b49448f199444e6c7b3dcae09 (patch)
tree0b437db31620d44e610bf63b600993394e713bf2 /PKGBUILD
parent02ef324fef90dbd2336e6e978d2dd28517e18868 (diff)
downloadaur-3ebc3bf89cc8783b49448f199444e6c7b3dcae09.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f172991ba997..77ad4e3b8991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Mohammad Alsaleh <msal@tormail.org>
# Maintainer: Steven Allen <steven@stebalien.com>
-_date=2015-11-12
+_date=2015-11-16
pkgname=rust-nightly-bin
-pkgver=1.6.0_2015.11.11
+pkgver=1.6.0_2015.11.15
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'
url='http://www.rust-lang.org/'
license=('MIT' 'Apache' 'custom')
provides=('rust' 'rust-nightly' 'cargo' 'cargo-nightly')
-conflicts=('rust' 'rust-git' 'rust-nightly' 'cargo-nightly-bin')
+conflicts=('rust' 'rust-git' 'rust-nightly' 'cargo-nightly-bin' 'cargo' 'cargo-git' 'cargo-nightly' 'cargo-nightly-bin')
depends=('gcc-libs' 'zlib' 'sh')
source=("rust-nightly-${_date}-${CARCH}-unknown-linux-gnu.tar.gz.asc::http://static.rust-lang.org/dist/${_date}/rust-nightly-${CARCH}-unknown-linux-gnu.tar.gz.asc"
"rust-nightly-${_date}-${CARCH}-unknown-linux-gnu.tar.gz::http://static.rust-lang.org/dist/${_date}/rust-nightly-${CARCH}-unknown-linux-gnu.tar.gz"