Skip to content

Commit

Permalink
langkit_support: rebuild against new gnatcoll packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 19, 2024
1 parent 56b2fd9 commit af4d41a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mingw-w64-langkit_support/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ _realname=langkit_support
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=24.0.0
pkgrel=1
pkgrel=2

pkgdesc="Language creation framework (mingw-w64)"
pkgdesc="Common code needed by parsers generated by Langkit, a language creation framework (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64')
msys2_references=(
Expand All @@ -16,7 +16,9 @@ license=('spdx:Apache-2.0 WITH LLVM-exception')
url="https://github.com/AdaCore/langkit"
makedepends=("${MINGW_PACKAGE_PREFIX}-gprbuild")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-gnatcoll"
"${MINGW_PACKAGE_PREFIX}-gnatcoll-core"
"${MINGW_PACKAGE_PREFIX}-gnatcoll-gmp"
"${MINGW_PACKAGE_PREFIX}-gnatcoll-iconv"
"${MINGW_PACKAGE_PREFIX}-gcc-ada"
"${MINGW_PACKAGE_PREFIX}-adasat"
"${MINGW_PACKAGE_PREFIX}-libiconv")
Expand Down

0 comments on commit af4d41a

Please sign in to comment.