summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-11-02 19:48:46 +0100
committerMichel Zou2022-11-02 19:48:46 +0100
commit8a589130ea1c3d045e0debb510e395e13030fb23 (patch)
treee828b44540cb8f5fa760f6925c4a3811fe2bf43a /PKGBUILD
parente4098fbbc63e68ddc2854c5883a4a675fb093f4c (diff)
downloadaur-8a589130ea1c3d045e0debb510e395e13030fb23.tar.gz
1.19.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 500d3beacaf9..fbb734749d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openmodelica-omc
-pkgver=1.19.2
+pkgver=1.19.3
pkgrel=1
pkgdesc="The Open Source Modelica Suite - OpenModelica Compiler"
arch=('x86_64')
@@ -21,7 +21,7 @@ prepare() {
build() {
cd "$srcdir/OpenModelica/OMCompiler"
autoreconf -vfi
- ./configure --prefix=/usr/
+ ./configure --prefix=/usr/ --without-omc
make
}