atkmm: update to 2.28.3.

This commit is contained in:
mhmdanas 2023-04-08 17:55:31 +01:00 committed by classabbyamp
parent b524f1802b
commit d973e22a5d
2 changed files with 6 additions and 5 deletions
srcpkgs/atkmm

View file

@ -1,6 +1,6 @@
# Template file for 'atkmm'
pkgname=atkmm
version=2.28.2
version=2.28.3
revision=1
build_style=meson
hostmakedepends="pkg-config"
@ -9,11 +9,12 @@ short_desc="Set of interfaces for accessibility (C++ bindings)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gtkmm.org"
distfiles="${GNOME_SITE}/atkmm/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a0bb49765ceccc293ab2c6735ba100431807d384ffa14c2ebd30e07993fd2fa4
changelog="https://gitlab.gnome.org/GNOME/atkmm/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/atkmm/${version%.*}/atkmm-${version}.tar.xz"
checksum=7c2088b486a909be8da2b18304e56c5f90884d1343c8da7367ea5cd3258b9969
atkmm-devel_package() {
depends="${makedepends} atkmm>=${version}_${revision}"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include

View file

@ -1,2 +1,2 @@
site="https://gitlab.gnome.org/GNOME/atkmm/-/tags"
ignore="2.53.3" # tagged by mistake
ignore="2.[3-9]* 2.*[13579].*"