Package Details: ltspice 24.1.6-1

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)

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 :

  • I found permalinks, like https://ltspice.analog.com/download/24.1.0/LTspice64.msi
  • the above is the same file as what you currently (2025/01/25) get from https://ltspice.analog.com/software/LTspice64.msi
  • the version string in the .json file is not 24.1.0 as expected, but '24.0.12' ....
  • if you download 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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

M4a1x commented on 2018-01-26 12:14 (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.

alex4o commented on 2018-01-23 10:05 (UTC) (edited on 2018-01-23 10:09 (UTC) by alex4o)

@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 "$@"  

joposter commented on 2018-01-22 14:05 (UTC)

Hi, could you maybe update the package to ltspice 17, since your redistribution is setup already?

wadawalnut commented on 2016-10-18 03:23 (UTC)

Hello, The .SRCINFO of this package is out of date. Do makepkg --printsrcinfo > .SRCINFO to fix.