Skip to content

Commit

Permalink
gtkada: update to 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Smirnov committed Jan 6, 2024
1 parent ca4e304 commit d8ca0bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-gtkada/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=gtkada
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=23.0.0
pkgver=24.0.0
pkgrel=1
pkgdesc="Ada bindings for the GTK+ graphical library. (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gprbuild-bootstrap"
depends=("${MINGW_PACKAGE_PREFIX}-gcc-ada"
"${MINGW_PACKAGE_PREFIX}-gtk3")
source=("https://github.com/AdaCore/gtkada/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('011d47f7ea8dbebd5489d6933572a618fcf3ea8b1bbfb3d60622752269cec087')
sha256sums=('c75202ae6c37c5556b3f1b2bc4297fe53730d5ede55c91e9f4a11c59c4833844')

build() {
[[ -d "${srcdir}"/build-${MSYSTEM} ]] && rm -rf "${srcdir}"/build-${MSYSTEM}
Expand All @@ -37,7 +37,7 @@ build() {
--disable-gtktest \
--with-GL=no

make -j1
make -j1
}

package() {
Expand Down

0 comments on commit d8ca0bc

Please sign in to comment.