summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-05-14 13:33:48 +0800
committerTing-Wei Lan2015-05-14 13:33:48 +0800
commitba8a63bc488e5ba00d95c2e0777c829ad94cb72a (patch)
treee59e7a81f3870403d537763e1d49bb5aede3206d
parent01e18bc584e2b43bf834147b7577098d9e8925e6 (diff)
downloadaur-ba8a63bc488e5ba00d95c2e0777c829ad94cb72a.tar.gz
mingw-w64-gtk2: 2.24.27 -> 2.24.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ae87d0278f3..f7dfebb97834 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.27
- pkgrel = 2
+ pkgver = 2.24.28
+ pkgrel = 1
url = http://www.gtk.org
arch = any
license = LGPL
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-gtk2
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.27.tar.xz
- sha256sums = 20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4
+ source = https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.28.tar.xz
+ sha256sums = b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656
pkgname = mingw-w64-gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 81dbddf58730..3b233478b562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gtk2
-pkgver=2.24.27
-pkgrel=2
+pkgver=2.24.28
+pkgrel=1
pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)"
arch=(any)
url="http://www.gtk.org"
@@ -19,7 +19,7 @@ depends=(
'mingw-w64-gdk-pixbuf2>=2.21.0')
options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=("20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4")
+sha256sums=("b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656")
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"