diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2015-05-14 13:33:48 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2015-05-14 13:33:48 +0800 |
commit | b5778f118cde813ea82e0cf36d7d1861e95c5542 (patch) | |
tree | 413049899247f623cbf5af4d934e9789202a547d | |
parent | 6d192393290f49d529e3392ad5574cb046d931cf (diff) | |
download | AUR-PKGBUILD-b5778f118cde813ea82e0cf36d7d1861e95c5542.tar.gz AUR-PKGBUILD-b5778f118cde813ea82e0cf36d7d1861e95c5542.tar.zst AUR-PKGBUILD-b5778f118cde813ea82e0cf36d7d1861e95c5542.zip |
mingw-w64-gtk2: 2.24.27 -> 2.24.28
-rw-r--r-- | mingw-w64-gtk2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD index 81dbddf..3b23347 100644 --- a/mingw-w64-gtk2/PKGBUILD +++ b/mingw-w64-gtk2/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" |