Skip to content

Commit

Permalink
kicad: Update to version 7.0.8 and
Browse files Browse the repository at this point in the history
add 'mingw32' to mingw_arch.
  • Loading branch information
stahta01 committed Oct 20, 2023
1 parent 5ccb632 commit 1537278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-kicad/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ _realname=kicad
_wx_basever=3.2
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=7.0.2
pkgrel=2
pkgver=7.0.8
pkgrel=1
pkgdesc="Software for the creation of electronic schematic diagrams and printed circuit board artwork (mingw-w64)"
arch=(any)
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'mingw32')
url="https://www.kicad.org/"
license=("spdx:GPL-3.0-or-later")
groups=("${MINGW_PACKAGE_PREFIX}-eda")
Expand Down Expand Up @@ -62,7 +62,7 @@ source=(
# This is not a patch to use with standard production builds
'007-ki-6.0-manifest-remove-win10-11-manifest-support.patch'
)
sha256sums=('9d7a370ebbd2f7f0603d395d2b3b8c14f5e0ed71441c03895591fb776c4ce38e'
sha256sums=('a97b3a831e7d0a2f3b54e2dd4258fe42bb0657e1ddb8c9aa2cc3f8e3b85a002d'
'2924a86849c02aecd21cded0bd2069353fca33c3364f9b41f9bfdd80e19085cf'
'd8d5f4bdd0aa6d8a907710c523f6f95840636cb2ef69e5275c6ed4966f134353'
'e03dbb58409145c8fb54991d8259f14bc0ba6b21abca24f9b914ec354c9df89c'
Expand Down

0 comments on commit 1537278

Please sign in to comment.