makedeb
Simple, fast, safe, compiled language for developing maintainable software
Click here to go back to the commit logs for vlang-git.
Hash: 669b7a510063b0e9cfb1a28a53da58b5bfa218c6
Message: Version bump
diff --git a/.SRCINFO b/.SRCINFO
index ed9621e..164d128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = vlang-git
pkgbase = vlang-git
pkgdesc = Simple, fast, safe, compiled language for developing maintainable software
pkgrel = 1
-pkgver = 0.3.r328.g8736f26a1
+pkgver = 0.3.r336.g18e737aee
url = https://vlang.io
arch = amd64
conflicts = v
diff --git a/PKGBUILD b/PKGBUILD
index e7ecad3..38ee054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,12 @@
# Maintainer: John Ruschmeyer <jruschme@gmail.com>
+# Contributor: Logan Magee <mageelog@gmail.com>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
+# Contributor: whoami <whoami@systemli.org>
+# Contributor: Jefferson González <jgmdev@gmail.com>
+# Contributor: Chloe Kudryavtsev <toast@toastin.space>
pkgname=vlang-git
-pkgver=0.3.r328.g8736f26a1
+pkgver=0.3.r336.g18e737aee
pkgrel=1
pkgdesc='Simple, fast, safe, compiled language for developing maintainable software'
arch=('amd64')
@@ -22,6 +27,11 @@ pkgver() {
git describe --long --tags --exclude "weekly*" | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
+prepare() {
+ # `v up` should be disabled, as it can break the installed package.
+ echo "println('v up is disabled; see the AUR page for more information.')" > 'vlang/cmd/tools/vup.v'
+}
+
build() {
cd "${srcdir}/vlang"
# We don't require optimizations when compiling the bootstrap executable and