summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Loitsch2023-09-09 14:06:13 +0200
committerFlorian Loitsch2023-09-09 14:06:13 +0200
commitfb01b51a5751b1edc0a59c391b396245058ba855 (patch)
tree2bd31409a736bca8b388340ee046a4ae325a4ce6
parentaa4af0ab1a78541eb8831ee5a1f08c4771b12561 (diff)
downloadaur-fb01b51a5751b1edc0a59c391b396245058ba855.tar.gz
Fix version number.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ea428283a04..6c5fd153fabf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Florian Loitsch <florian@toit.io>
pkgname=jaguar
pkgver=1.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to develop Toit programs for the ESP32"
arch=('x86_64')
url="https://github.com/toitlang/jaguar"
@@ -18,7 +18,7 @@ sha256sums=('858f2436f02b2bd1e790aa895e4c45c25e973f9b62c67fceb8290e6af7fa969f')
build() {
cd "$pkgname-$pkgver"
- make jag
+ JAG_BUILD_RELEASE=1 make jag
}
package() {