summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2017-07-20 11:29:46 -0400
committerSolomon Choina2017-07-20 11:29:46 -0400
commit823755301bc701d41a59899fea2150823003b301 (patch)
treed5b79db593611f0f434ff34e8a386e7f8f461e4f /PKGBUILD
parenta25d5bd9d35f45b459373799ac555d6c40a722c3 (diff)
downloadaur-823755301bc701d41a59899fea2150823003b301.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28614b4e4923..dfcb158a36e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Mohammad Alsaleh <msal@tormail.org>
# Maintainer: Steven Allen <steven@stebalien.com>
-_date=2017-02-13
+_date=2017-07-20
pkgname=rust-nightly-bin
-pkgver=1.17.0_2017.02.12
+pkgver=1.20.0_2017.07.19
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'
@@ -21,6 +21,9 @@ sha256sums=('SKIP' 'SKIP')
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE')
options=(staticlibs !strip)
+_date(){
+ date +%Y-%m-%d
+}
pkgver() {
cd ${srcdir}/rust-nightly-${CARCH}-unknown-linux-gnu
ver="$(expr "$(cat version)" : '\(.*\)-nightly')"