Skip to content

Commit

Permalink
kicad-doc: Update to version 7.0.8 and
Browse files Browse the repository at this point in the history
add 'mingw32' and 'clang32' to mingw_arch.
  • Loading branch information
stahta01 committed Oct 20, 2023
1 parent 5ccb632 commit dd80337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-kicad-doc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-ca"
"${MINGW_PACKAGE_PREFIX}-${_realname}-pl"
"${MINGW_PACKAGE_PREFIX}-${_realname}-ru"
"${MINGW_PACKAGE_PREFIX}-${_realname}-zh")
pkgver=7.0.2
pkgver=7.0.8
pkgrel=1
pkgdesc="Documentation for KiCad (mingw-w64)"
arch=(any)
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64' 'mingw32' 'clang32')
msys2_references=(
'archlinux: kicad'
)
Expand All @@ -30,7 +30,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-kicad-meta"
"${MINGW_PACKAGE_PREFIX}-kicad")

source=("https://kicad-downloads.s3.cern.ch/docs/kicad-doc-${pkgver}.tar.gz")
sha256sums=('e97f0848226101591973c2447377585d0a578acccd605e4d8f9b37a24c1b19bc')
sha256sums=('SKIP')

build_lang() {
cd "${srcdir}/kicad-doc-${pkgver}/share/doc/kicad/help"
Expand Down

0 comments on commit dd80337

Please sign in to comment.