summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfalkecarlsen2024-03-05 16:21:46 +0100
committerfalkecarlsen2024-03-05 16:21:46 +0100
commitbf99bd565be99dca1226f9f3ef7ff534398f7e04 (patch)
tree536300e3192e468e5a136b3b2ac7743391601a63 /PKGBUILD
parent0baf9aad1ead8eb0a2d1f5b7dd9cfa41216ce65f (diff)
downloadaur-bf99bd565be99dca1226f9f3ef7ff534398f7e04.tar.gz
fix nonsensical debug package creation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ac636fb0a4..2c9654fc187c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
pkgname=uppaal
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Verify timed automata models and learn strategies."
arch=('any')
+options=(debug !strip)
url="https://uppaal.org/"
license=('custom')
depends=('jre17-openjdk' 'xdg-utils')
@@ -32,9 +33,9 @@ Encoding=UTF-8
Version=1.0
Type=Application
GenericName=Model Checker ${pkgver}
-Name=UPPAAL 5.0.0
+Name=UPPAAL ${pkgver}
Comment=Verify timed automata models and learn strategies
-Exec=${prefix}/usr/bin/uppaal %u
+Exec=${prefix}/usr/bin/${pkgname} %u
Icon=uppaal-icon
Categories=Application;Science;Math;Education;Development;IDE
Terminal=false