summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Henrik Bruhn2021-06-05 10:46:01 +0200
committerJan-Henrik Bruhn2021-06-05 10:46:01 +0200
commit6e02d7bc7ddefa9c1bbff03f626f8aad8895220b (patch)
tree246b98696e3cf93b54f68824be3d65836645e243
parente220fabbcf1abfb6b3fdeeccabc88c5f42eb7f3f (diff)
downloadaur-6e02d7bc7ddefa9c1bbff03f626f8aad8895220b.tar.gz
Update launcher script with new wine path
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--ltspice.sh2
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ff42a7de9b0..4d7db87fbdc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ltspice
pkgdesc = SPICE simulator, schematic capture and waveform viewer. Installation based on Field Update Utility.
- pkgver = 17.20210407.3
+ pkgver = 17.20210604.1
pkgrel = 1
url = http://www.linear.com/designtools/software/
arch = x86_64
@@ -14,8 +14,7 @@ pkgbase = ltspice
depends = wine
source = ltspice.sh
source = ltspice-help.sh
- sha256sums = 8e58856d3920504b16d70d6cdc11abd722a9fdcdc1e9041dd3bef6501063c2d3
+ sha256sums = 7b73449a9b7de53b65d132a40fdee3c8706181a7b699c362e399e67c92bedc58
sha256sums = ff14cff95172bbf685bc39801910edd70ee9499dee450270529c043946cc591c
pkgname = ltspice
-
diff --git a/PKGBUILD b/PKGBUILD
index 583f083092fa..942a2ed84b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _ltspice_ver_roman="XVII"
_ltspice_ver="17"
pkgname=ltspice
-pkgver=17.20210407.3
+pkgver=17.20210604.1
pkgrel=1
pkgdesc="SPICE simulator, schematic capture and waveform viewer. Installation based on Field Update Utility."
arch=('x86_64')
@@ -18,7 +18,7 @@ _update_url="https://ltspice.analog.com/fieldsync$_ltspice_ver_roman"
source=("$pkgname.sh"
"$pkgname-help.sh")
-sha256sums=('8e58856d3920504b16d70d6cdc11abd722a9fdcdc1e9041dd3bef6501063c2d3'
+sha256sums=('7b73449a9b7de53b65d132a40fdee3c8706181a7b699c362e399e67c92bedc58'
'ff14cff95172bbf685bc39801910edd70ee9499dee450270529c043946cc591c')
_curl_opts="--silent --connect-timeout 60 --retry 3 --retry-delay 1"
diff --git a/ltspice.sh b/ltspice.sh
index 09cf08d7fc95..ae0032d4c3a3 100644
--- a/ltspice.sh
+++ b/ltspice.sh
@@ -8,4 +8,4 @@ if [ ! -d $CONFIG_DIR ]; then
touch $CONFIG_DIR/LTspiceXVII.ini
fi
export WINEPREFIX=$HOME/.ltspice/env WINEARCH=win64
-wine /usr/lib/wine/start.exe /unix /opt/ltspice/XVIIx64 -ini $CONFIG_DIR/LTspiceXVII.ini "$@"
+wine /usr/lib/wine/x86_64-windows/start.exe /unix /opt/ltspice/XVIIx64 -ini $CONFIG_DIR/LTspiceXVII.ini "$@"