Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gprbuild: update to 24.0.0 #19666

Merged
merged 3 commits into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions mingw-w64-gprbuild-bootstrap-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
_realname=gprbuild-bootstrap
pkgbase=mingw-w64-${_realname}-git
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}-git
_gh_release=23.0.0
_gh_release=24.0.0
pkgver=20${_gh_release}
pkgrel=2
pkgrel=1

pkgdesc="Static GPRbuild to bootstrap XML/Ada and GPRbuild itself (mingw-w64)"
arch=('any')
Expand All @@ -25,9 +25,9 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-gprbuild"
source=("https://github.com/AdaCore/gprbuild/archive/v${_gh_release}/gprbuild-${_gh_release}.tar.gz"
"https://github.com/AdaCore/gprconfig_kb/archive/v${_gh_release}/gprconfig_kb-${_gh_release}.tar.gz"
"https://github.com/AdaCore/xmlada/archive/v${_gh_release}/xmlada-${_gh_release}.tar.gz")
sha256sums=('141b403ea8a3f82b58b6a8690f8409fe295f3692b667ba3ec487fafcbd26e389'
'182d9108c91390ddd67c841e45a3fc9dd23a94b33d4a1f05ed2788c1fb9b7dd2'
'66245a68f2e391c8dc8dc50d6d5f109eb3b371e261d095d2002dff3927dd5253')
sha256sums=('c7f3b1844556f7e85d4e7b6bcca6dc7039f415e5b9a8ae3593e48d2a6eea16b1'
'b62940a33f50f678dfaf14ecc91950e18c865740c15405cf1129d2ca29ff036c'
'83e557fd5b234c0c85baba12c533e31c0a64ef2921e9f291838b95f7c82c36d0')

prepare() {
cd ${srcdir}/gprbuild-${_gh_release}/
Expand Down
10 changes: 5 additions & 5 deletions mingw-w64-gprbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
_realname=gprbuild
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
_gh_release=23.0.0
_gh_release=24.0.0
pkgver=20${_gh_release}
pkgrel=2
pkgrel=1

pkgdesc="Software tool designed to help automate the construction of multi-language systems (mingw-w64)"
arch=('any')
Expand All @@ -21,8 +21,8 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-gprbuild-bootstrap")
source=("https://github.com/AdaCore/gprbuild/archive/v${_gh_release}/gprbuild-${_gh_release}.tar.gz"
"https://github.com/AdaCore/gprconfig_kb/archive/v${_gh_release}/gprconfig_kb-${_gh_release}.tar.gz"
"0001-remove-binder-option.patch")
sha256sums=('141b403ea8a3f82b58b6a8690f8409fe295f3692b667ba3ec487fafcbd26e389'
'182d9108c91390ddd67c841e45a3fc9dd23a94b33d4a1f05ed2788c1fb9b7dd2'
sha256sums=('c7f3b1844556f7e85d4e7b6bcca6dc7039f415e5b9a8ae3593e48d2a6eea16b1'
'b62940a33f50f678dfaf14ecc91950e18c865740c15405cf1129d2ca29ff036c'
'b3cbf68cdd1e5dfa48ad87a4e0cf85b50cdc806d43380d37026382a9eea58d7b')

prepare() {
Expand Down Expand Up @@ -66,7 +66,7 @@ package() {
make prefix="${pkgdir}${MINGW_PREFIX}" INSTALL=cp install

# Copy License Files
install -Dm644 -t "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/" COPYING*
install -Dm644 -t "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/" COPYING*

# Copy gprconfig knowledge base
install -Dm644 -t "${pkgdir}${MINGW_PREFIX}/share/gprconfig" "${srcdir}/gprconfig_kb-${_gh_release}"/db/*
Expand Down
Loading