summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-03-12 15:11:27 -0400
committerAndrew Sun2019-03-12 15:11:27 -0400
commit703acbafbebaa238ac40f236d7933319fc451020 (patch)
tree8c24739f6810583512b0dc5a60f5ab85fd542364
parentcee08d39cc3ae2e908dcc56421144b960f049f93 (diff)
downloadaur-703acbafbebaa238ac40f236d7933319fc451020.tar.gz
mingw-w64-atk: update to 2.32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cf1c289c2d1..b3d8ba948b36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-atk
pkgdesc = A library providing a set of interfaces for accessibility (mingw-w64)
- pkgver = 2.30.0
+ pkgver = 2.32.0
pkgrel = 1
url = https://developer.gnome.org/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.30/atk-2.30.0.tar.xz
- md5sums = 769c85005d392ad17ffbc063f2d26454
+ source = http://ftp.gnome.org/pub/gnome/sources/atk/2.32/atk-2.32.0.tar.xz
+ md5sums = c10b0b2af3c199e42caa6275b845c49d
pkgname = mingw-w64-atk
diff --git a/PKGBUILD b/PKGBUILD
index 78ad7123a4fd..642ab0abeac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: <nontlikeuname at tuta dot io>
pkgname=mingw-w64-atk
-pkgver=2.30.0
+pkgver=2.32.0
pkgrel=1
pkgdesc="A library providing a set of interfaces for accessibility (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")
-md5sums=('769c85005d392ad17ffbc063f2d26454')
+md5sums=('c10b0b2af3c199e42caa6275b845c49d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"