summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-04-04 15:01:08 -0400
committerAndrew Sun2020-04-04 15:01:08 -0400
commit703b92eb334acdc47c604d630757a00cd4808ab3 (patch)
tree1633f6cdbe61053da97e6eda2f30aa2a268a12b8
parent02947d807d79159e0916741560908938d04a4ca9 (diff)
downloadaur-703b92eb334acdc47c604d630757a00cd4808ab3.tar.gz
2.36.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a34190d5d99..83b9db6133aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-atk
pkgdesc = Interface definitions of accessibility infrastructure (mingw-w64)
- pkgver = 2.34.1
+ pkgver = 2.36.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/atk
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-atk
options = !strip
options = !buildflags
options = staticlibs
- source = http://ftp.gnome.org/pub/gnome/sources/atk/2.34/atk-2.34.1.tar.xz
- sha256sums = d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb
+ source = http://ftp.gnome.org/pub/gnome/sources/atk/2.36/atk-2.36.0.tar.xz
+ sha256sums = fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788
pkgname = mingw-w64-atk
diff --git a/PKGBUILD b/PKGBUILD
index af2417d5d452..58b5f2dae669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: <nontlikeuname at tuta dot io>
pkgname=mingw-w64-atk
-pkgver=2.34.1
+pkgver=2.36.0
pkgrel=1
pkgdesc="Interface definitions of accessibility infrastructure (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-meson' 'python')
depends=('mingw-w64-crt' 'mingw-w64-glib2')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://ftp.gnome.org/pub/gnome/sources/atk/${pkgver%.*}/atk-${pkgver}.tar.xz")
-sha256sums=('d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb')
+sha256sums=('fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"