Thanks @alex4o for the start launch script update.
I originally planned on revising the package. I still didn't find the time to do that. Therefore I just bumped the version number for now.
Git Clone URL: | https://aur.archlinux.org/ltspice.git (read-only, click to copy) |
---|---|
Package Base: | ltspice |
Description: | SPICE simulator, schematic capture and waveform viewer. |
Upstream URL: | https://www.analog.com/en/resources/design-tools-and-calculators/ltspice-simulator.html |
Keywords: | simulation spice wine |
Licenses: | LicenseRef-LTspice |
Submitter: | M4a1x |
Maintainer: | fenugrec |
Last Packager: | fenugrec |
Votes: | 35 |
Popularity: | 0.38 |
First Submitted: | 2015-07-08 21:35 (UTC) |
Last Updated: | 2025-03-31 19:10 (UTC) |
Thanks @alex4o for the start launch script update.
I originally planned on revising the package. I still didn't find the time to do that. Therefore I just bumped the version number for now.
@joposter Hi, you can very easily update to ltspice 17 by just bumping the $pkgver in the PKGBUILD file.
Also you need to replace the launch script with something like this:
#!/bin/bash
unset WINEPREFIX
if [ ! -d "$HOME"/.ltspice ] ; then
mkdir -p "$HOME"/.ltspice
touch "$HOME"/.ltspice/LTspiceXVII.ini
fi
wine /usr/share/ltspice/XVIIx64.exe -ini "$HOME"/.ltspice/LTspiceXVII.ini "$@"
Hi, could you maybe update the package to ltspice 17, since your redistribution is setup already?
Pinned Comments
fenugrec commented on 2025-01-22 23:08 (UTC) (edited on 2025-01-23 17:25 (UTC) by fenugrec)
(follow-up) - yeah, currently it's a bit of a mess :
https://ltspice.analog.com/download/24.1.0/LTspice64.msi
https://ltspice.analog.com/software/LTspice64.msi
https://ltspice.analog.com/download/24.0.12/LTspice64.msi
, the .json says 24.0.11...I'm going to try using a permalink, just so the build doesn't break on their next update, but I may not notice for a while to update the PKGBUILD. We can revisit this if analog gets their versioning straightened out.