Skip to content

Commit

Permalink
ngspice: Update to 39 and enable aarch64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hmartinez82 authored and mmuetzel committed Feb 22, 2023
1 parent d7a77dc commit 65e4e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-ngspice/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
_realname=ngspice
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=36
pkgver=39
pkgrel=1
pkgdesc="Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Cider1b1, and Xspice (mingw-w64)"
url='https://ngspice.sourceforge.io/'
license=('BSD')
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
groups=("${MINGW_PACKAGE_PREFIX}-eda")
conflicts=(${MINGW_PACKAGE_PREFIX}-${_realname}-git)
replaces=(${MINGW_PACKAGE_PREFIX}-${_realname}-git)
Expand All @@ -35,8 +35,8 @@ source=(
"no-explicit-lstdc++.patch"
)
sha256sums=(
'4f818287efba245341046635b757ae81f879549b326a4316b5f6e697aa517f8c'
'715956409fb07b91bf6785a28bc12b61632cda46fa3b1d77aaad4bfa79586114'
'bf94e811eaad8aaf05821d036a9eb5f8a65d21d30e1cab12701885e09618d771'
'9f3f6636ed8b5ef0ebe0f9701beec655682021cb2cea8bb7bc4b5625026ce98d'
'26c34504e11ee753855da3b6d5ff44f0247dbcedb9eb6fe5efcf6f50f2927c97'
)

Expand Down

0 comments on commit 65e4e37

Please sign in to comment.