summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2019-02-07 12:31:36 +0100
committerRuben De Smet2019-02-07 12:31:36 +0100
commit37e91630d09341e112007203838909384c7863c0 (patch)
tree63c5b54867194d89de180ffe4f2a0d1ecdfffd60
parent2ebe975bbf6a32d5151d33ffc4de825e78ca29b4 (diff)
downloadaur-37e91630d09341e112007203838909384c7863c0.tar.gz
no need for cargo update anymore
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bbe43028936..b4f1bc9dd8ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 29 14:41:17 UTC 2019
+# Thu Feb 7 11:31:29 UTC 2019
pkgbase = artifact
pkgdesc = The design doc tool made for developers
pkgver = 2.1.5
diff --git a/PKGBUILD b/PKGBUILD
index e5f101ae30c7..eab5c3b86845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,10 +31,8 @@ makedepends=(
build() {
pushd "artifact-${pkgver}"
if [[ $(command -v rustup) ]]; then
- rustup run stable cargo update # 2.0.1 has openssl 0.9 which is too old
rustup run stable cargo build --release
else
- rustup run stable cargo update
cargo build --release
fi
popd