summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2013-07-24 19:52:46 +0800
committerTing-Wei Lan2013-07-24 19:52:46 +0800
commite2b03be1348dcf96cf5615796f0b573211c12edf (patch)
treef3ea3cbb2ec7de9e211dca5c3824618badd36f2c
parent92bb61d0a7cafd95de70b164999567b09a652020 (diff)
downloadaur-e2b03be1348dcf96cf5615796f0b573211c12edf.tar.gz
mingw-w64-gtk2: 2.24.19-3 -> 2.24.20-1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87d6c0f97b77..e68a192d6e82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-gtk2
pkgdesc = GTK+ is a multi-platform toolkit (v2) (mingw-w64)
- pkgver = 2.24.19
- pkgrel = 3
+ pkgver = 2.24.20
+ pkgrel = 1
url = http://www.gtk.org
arch = any
license = LGPL
@@ -9,17 +9,17 @@ pkgbase = mingw-w64-gtk2
makedepends = mingw-w64-pkg-config
makedepends = gtk-update-icon-cache
depends = mingw-w64-crt
- depends = mingw-w64-atk
- depends = mingw-w64-pango
+ depends = mingw-w64-atk>=1.29.2
+ depends = mingw-w64-pango>=1.20
depends = mingw-w64-glib2>=2.28.0
- depends = mingw-w64-cairo
- depends = mingw-w64-gdk-pixbuf2
+ depends = mingw-w64-cairo>=1.6
+ depends = mingw-w64-gdk-pixbuf2>=2.21.0
options = !libtool
options = !strip
options = !buildflags
- source = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.19.tar.xz
+ source = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.20.tar.xz
source = gtk-dont-define-initguid.patch
- md5sums = 490236abeb0d9351b2a34e9aca70e1de
+ md5sums = 9d7833331d7accd80668e29d7f567ce5
md5sums = 4038939df90f80ea6923d67afff28e03
pkgname = mingw-w64-gtk2
diff --git a/PKGBUILD b/PKGBUILD
index de145a9ae1b4..1f1c67d4add6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gtk2
-pkgver=2.24.19
-pkgrel=3
+pkgver=2.24.20
+pkgrel=1
pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)"
arch=(any)
url="http://www.gtk.org"
@@ -8,11 +8,11 @@ license=("LGPL")
makedepends=(mingw-w64-gcc mingw-w64-pkg-config gtk-update-icon-cache)
depends=(
'mingw-w64-crt'
-'mingw-w64-atk'
-'mingw-w64-pango'
+'mingw-w64-atk>=1.29.2'
+'mingw-w64-pango>=1.20'
'mingw-w64-glib2>=2.28.0'
-'mingw-w64-cairo'
-'mingw-w64-gdk-pixbuf2')
+'mingw-w64-cairo>=1.6'
+'mingw-w64-gdk-pixbuf2>=2.21.0')
options=(!libtool !strip !buildflags)
source=(
"http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz"
@@ -20,7 +20,7 @@ source=(
# The second source file is downloaded from Fedora Project
-md5sums=("490236abeb0d9351b2a34e9aca70e1de"
+md5sums=("9d7833331d7accd80668e29d7f567ce5"
"4038939df90f80ea6923d67afff28e03")
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"