summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2016-04-16 09:49:51 +0800
committerTing-Wei Lan2016-04-16 09:49:51 +0800
commita1ea6213376706f766aca5a5b94e71284eca6f0b (patch)
treee8b9532ceb0ad1a2f6dc4c26c0b6c60f7fd18a24
parent992aff82b54d368c28de875132b9af0ad1ea7ce3 (diff)
downloadaur-a1ea6213376706f766aca5a5b94e71284eca6f0b.tar.gz
mingw-w64-gtk3: 3.20.2 -> 3.20.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c70cd9c112b1..963f8a6e0cb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 1 08:42:53 UTC 2016
+# Sat Apr 16 01:49:52 UTC 2016
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (v3) (mingw-w64)
- pkgver = 3.20.2
+ pkgver = 3.20.3
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-gtk3
makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-configure
makedepends = gtk-update-icon-cache
- makedepends = python2
+ makedepends = python
depends = mingw-w64-crt
depends = mingw-w64-adwaita-icon-theme
depends = mingw-w64-atk>=2.15.1
@@ -24,8 +24,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.20/gtk+-3.20.2.tar.xz
- sha256sums = 1ab1d1068ea55e0046f437d69983f164df5e68cb2e9fdfb38787b867f33f69f7
+ source = https://download.gnome.org/sources/gtk+/3.20/gtk+-3.20.3.tar.xz
+ sha256sums = 3834f3bf23b260b3e5ebfea41102e2026a8af29e36c3620edf4a5cf05e82f694
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 343e6a6357f6..b93818fd3426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.20.2
+pkgver=3.20.3
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (v3) (mingw-w64)'
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(
'mingw-w64-pkg-config'
'mingw-w64-configure'
'gtk-update-icon-cache'
- 'python2') # python2 is required to run gdbus-codegen
+ 'python') # python is required to run gdbus-codegen
depends=(
'mingw-w64-crt'
'mingw-w64-adwaita-icon-theme'
@@ -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=('1ab1d1068ea55e0046f437d69983f164df5e68cb2e9fdfb38787b867f33f69f7')
+sha256sums=('3834f3bf23b260b3e5ebfea41102e2026a8af29e36c3620edf4a5cf05e82f694')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"