summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuben De Smet2019-02-07 12:44:16 +0100
committerRuben De Smet2019-02-07 12:44:16 +0100
commitf06716bd99d067fde8f2a40ee20f4cf306668d73 (patch)
tree76f8107f041cbc317e1bc2dc5d84153d38e0640b /PKGBUILD
parent37e91630d09341e112007203838909384c7863c0 (diff)
downloadaur-artifact.tar.gz
create the tar file, update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eab5c3b86845..516daaf795dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='artifact'
pkgver="2.1.5"
-pkgrel=1
+pkgrel=2
pkgdesc='The design doc tool made for developers'
url='http://vitiral.github.io/artifact/'
license=(
@@ -30,6 +30,7 @@ makedepends=(
build() {
pushd "artifact-${pkgver}"
+ cargo-web deploy -p artifact-frontend --release --target=wasm32-unknown-unknown
if [[ $(command -v rustup) ]]; then
rustup run stable cargo build --release
else