summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-12-15 06:12:21 +0100
committerStefan Husmann2016-12-15 06:12:21 +0100
commitcc7477e2ce71c6b0c63226644c9a711896bfba83 (patch)
tree2af0b33ab90a40aedbd248e2fc2fddef82a2634d /PKGBUILD
parent33f361bed146652702d04ba01e31a03a57e74dff (diff)
downloadaur-cc7477e2ce71c6b0c63226644c9a711896bfba83.tar.gz
nightly update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 786ed526bc7f..15519c077fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,6 @@ package_rust-nightly() {
optdepends=('rust-doc-git: language and API documentation')
provides=('rust')
conflicts=('rust')
- options=('staticlibs')
cd rustc-nightly
make DESTDIR="$pkgdir" install
@@ -50,7 +49,6 @@ package_rust-nightly() {
package_rust-nightly-doc() {
pkgdesc="A safe, concurrent, practical language from Mozilla. (Language and API documentation)"
arch=('any')
- options+=('!strip' '!emptydirs')
optdepends=('rust-nightly: to compile and run the programs you can write using this documentation')
provides=('rust-doc')
conflicts=('rust-doc')