Skip to content

Commit

Permalink
Removed additional output
Browse files Browse the repository at this point in the history
  • Loading branch information
hermlon committed Oct 16, 2021
1 parent 964f5f1 commit 46f5ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/archlinux_pkgbuild/mos-latest/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ source=(git+https://github.com/mongoose-os/mos.git#branch=master)
md5sums=('SKIP')

pkgver() {
make -C "$srcdir/mos" clean-version get-version
make -C "$srcdir/mos" clean-version version/version.json > /dev/null
make -s -C "$srcdir/mos" get-version
}

build() {
Expand Down

0 comments on commit 46f5ec3

Please sign in to comment.