summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-10-11 18:08:22 +0800
committerTing-Wei Lan2015-10-11 18:09:16 +0800
commitfb1c06303cfc91c1b5b69c0ad797151e62d043f4 (patch)
tree6b8763442381c4bd332b2c9ff3471db7dfd76b11
parent9f90a8e39c0a40aab901ab0c81a01ace9eb5498b (diff)
downloadaur-fb1c06303cfc91c1b5b69c0ad797151e62d043f4.tar.gz
mingw-w64-gtk3: 3.16.7 -> 3.18.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d00532e72f..37234a3e630b 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.16.7
+ pkgver = 3.18.1
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -14,16 +14,16 @@ pkgbase = mingw-w64-gtk3
depends = mingw-w64-crt
depends = mingw-w64-adwaita-icon-theme
depends = mingw-w64-atk>=2.15.1
- depends = mingw-w64-cairo>=1.14.0
+ depends = mingw-w64-cairo>=1.14.2-3
depends = mingw-w64-gdk-pixbuf2>=2.30.0
- depends = mingw-w64-glib2>=2.43.4
+ depends = mingw-w64-glib2>=2.45.8
depends = mingw-w64-libepoxy>=1.0
- depends = mingw-w64-pango>=1.36.7
+ depends = mingw-w64-pango>=1.37.3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.7.tar.xz
- sha256sums = 19689d14de54d182fad538153dbff6d41f53841f940aa871585fdea0306c7fba
+ source = https://download.gnome.org/sources/gtk+/3.18/gtk+-3.18.1.tar.xz
+ sha256sums = bd279cbb19f3fda074c89cf0edf9e7d95eee8b889b6889d16c2f7f0f6bdeba92
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 8256014aa909..2e0464d6e3a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.16.7
+pkgver=3.18.1
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (v3) (mingw-w64)'
arch=(any)
@@ -18,14 +18,14 @@ depends=(
'mingw-w64-crt'
'mingw-w64-adwaita-icon-theme'
'mingw-w64-atk>=2.15.1'
- 'mingw-w64-cairo>=1.14.0'
+ 'mingw-w64-cairo>=1.14.2-3'
'mingw-w64-gdk-pixbuf2>=2.30.0'
- 'mingw-w64-glib2>=2.43.4'
+ 'mingw-w64-glib2>=2.45.8'
'mingw-w64-libepoxy>=1.0'
- 'mingw-w64-pango>=1.36.7')
+ 'mingw-w64-pango>=1.37.3')
options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=('19689d14de54d182fad538153dbff6d41f53841f940aa871585fdea0306c7fba')
+sha256sums=('bd279cbb19f3fda074c89cf0edf9e7d95eee8b889b6889d16c2f7f0f6bdeba92')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"