summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-11-17 19:07:27 +0800
committerTing-Wei Lan2015-11-17 19:07:27 +0800
commitcda6a065f0abb94d6386c4e22b34ea88e755c7f2 (patch)
treed4d6d2e8853f0b44b73543a2057b90138caf0144
parent3c05061c363182f50ee4b33b152c6fda1a3eeb64 (diff)
downloadaur-cda6a065f0abb94d6386c4e22b34ea88e755c7f2.tar.gz
mingw-w64-gtk3: 3.18.4 -> 3.18.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10d1942ee203..09ff90ec84cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (v3) (mingw-w64)
- pkgver = 3.18.4
+ pkgver = 3.18.5
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -22,8 +22,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.18/gtk+-3.18.4.tar.xz
- sha256sums = 5400dcf280d28d24606f33d59ed48c717f7d3db425d4b6fb52e8002f0c76c7eb
+ source = https://download.gnome.org/sources/gtk+/3.18/gtk+-3.18.5.tar.xz
+ sha256sums = 107aeb9a4244ce3c044becdd6dffc32d83202595181597180d4c736302a71852
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 7f47023c340a..a363799fe4ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.18.4
+pkgver=3.18.5
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (v3) (mingw-w64)'
arch=(any)
@@ -25,7 +25,7 @@ depends=(
'mingw-w64-pango>=1.37.3')
options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=('5400dcf280d28d24606f33d59ed48c717f7d3db425d4b6fb52e8002f0c76c7eb')
+sha256sums=('107aeb9a4244ce3c044becdd6dffc32d83202595181597180d4c736302a71852')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"