summaryrefslogtreecommitdiff
path: root/user/atk
diff options
context:
space:
mode:
Diffstat (limited to 'user/atk')
-rw-r--r--user/atk/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/user/atk/APKBUILD b/user/atk/APKBUILD
index c63ae166f..6beebfcb0 100644
--- a/user/atk/APKBUILD
+++ b/user/atk/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer:
pkgname=atk
-pkgver=2.28.1
+pkgver=2.30.0
pkgrel=0
pkgdesc="A library providing a set of interfaces for accessibility"
url="https://www.gtk.org/"
@@ -19,8 +19,7 @@ prepare() {
build() {
cd "$builddir"/_build
- # enable_docs becomes docs in 2.30 release.
- meson -Dprefix=/usr -Dintrospection=true -Denable_docs=true
+ meson -Dprefix=/usr -Dintrospection=true -Ddocs=true
ninja
}
@@ -34,4 +33,4 @@ package() {
DESTDIR="$pkgdir" ninja install
}
-sha512sums="aa61e7718b3f4d9c33ec2b4747e35f894a51550ef39ecc4a7af5705811c029645bd3c728071f446b075a0b7aef0c35c1b73406a210cd30171838f24a8dfc0abb atk-2.28.1.tar.xz"
+sha512sums="03f311378fdb91442f27ed542fa36edd2c9c036837c9f25ff37468bf7f743277d0b9253621563d15894e0da9d37e8df0a0e2c0e47e6aae33a38b13744c3b8b8e atk-2.30.0.tar.xz"