summarylogtreecommitdiffstats
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
parent37e91630d09341e112007203838909384c7863c0 (diff)
downloadaur-artifact.tar.gz
create the tar file, update version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f1bc9dd8ad..824aa3f6729d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 7 11:31:29 UTC 2019
+# Thu Feb 7 11:44:05 UTC 2019
pkgbase = artifact
pkgdesc = The design doc tool made for developers
pkgver = 2.1.5
- pkgrel = 1
+ pkgrel = 2
url = http://vitiral.github.io/artifact/
arch = x86_64
arch = i686
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