diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD index aec17f279206b1e30bd463447c854b6684b886e2..dd87811c6b67b73fed245f044d3099aba63493f5 100644 --- a/community/gtk4.0/APKBUILD +++ b/community/gtk4.0/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gtk4.0 -pkgver=3.99.2 -pkgrel=1 +pkgver=3.99.3 +pkgrel=0 pkgdesc="The GTK Toolkit (v4)" url="https://www.gtk.org/" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" @@ -62,16 +62,8 @@ makedepends=" " source="https://download.gnome.org/sources/gtk/${pkgver%.*}/gtk-$pkgver.tar.xz" - builddir="$srcdir/gtk-$pkgver" -prepare() { - default_prepare - # Don't use vendored gtk-doc which is installed in install() - # and overwrites the files of the gtk-doc package - rm -r subprojects/gtk-doc -} - build() { # We don't run tests and they currently fail to build abuild-meson \ @@ -109,4 +101,4 @@ demo() { mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share } -sha512sums="0ddb0071a7a65c224982ba488e414b0619392a5871ec887bd06b3837fc08ee00073687dd220bf9492827cd3a8e211de013157fc158cbe73d3ae899f71c81c074 gtk-3.99.2.tar.xz" +sha512sums="f5ffdfbcd11639a1c02aa93e6ce7ce8b9ead384d89ff28ce0b2dde9cc8dcb0d77c7f0f6fce314fe6c7991abe5241feccc9b6fc4aadd270a6044c3aa46201f453 gtk-3.99.3.tar.xz"