summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-03-17 00:15:47 +0100
committerhaawda2017-03-17 00:15:47 +0100
commitd159c3308fbc34caf6b8ac54a9a1157146ecf07d (patch)
tree4fd45fb7241a2aa6158b8ddebfc59eabfa53a567 /PKGBUILD
parentffca33590f4dc3245c9d79cc08800fa19679bb0f (diff)
downloadaur-d159c3308fbc34caf6b8ac54a9a1157146ecf07d.tar.gz
new upstream tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54c32019fc4f..1c6309d02f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.17.0.2017.03.03
+pkgver=1.17.0.2017.03.15
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
@@ -11,15 +11,15 @@ url='http://www.rust-lang.org/'
license=('MIT' 'Apache')
makedepends=('libffi' 'perl' 'python2' 'curl')
source=("http://static.rust-lang.org/dist/rustc-nightly-src.tar.gz")
-md5sums=('ce7a91e61ba7fbfae6d3836056b4e750')
+md5sums=('c458487c5c599e5b9f03c52eb4067776')
options=('!makeflags' 'staticlibs' '!strip' '!emptydirs')
conflicts=('rust')
provides=('rust')
build() {
cd rustc-nightly-src
- ./configure --prefix=/usr --disable-rpath --enable-compiler-docs
- make
+ ./configure --prefix=/usr --disable-rpath --enable-compiler-docs
+ make dist
}
package_rust-nightly() {