diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-08-31 13:44:42 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2013-08-31 13:44:42 +0800 |
commit | a02f89ddb57db03e06b302ed99398950ed43e492 (patch) | |
tree | e0138ba0c680ef348d72e1244780a38a6382e3e5 /mingw-w64-gtk3 | |
parent | 391a98eb41a7017044ea4595f2e0485dddb1b467 (diff) | |
download | AUR4-PKGBUILD-a02f89ddb57db03e06b302ed99398950ed43e492.tar AUR4-PKGBUILD-a02f89ddb57db03e06b302ed99398950ed43e492.tar.gz AUR4-PKGBUILD-a02f89ddb57db03e06b302ed99398950ed43e492.tar.bz2 AUR4-PKGBUILD-a02f89ddb57db03e06b302ed99398950ed43e492.tar.lz AUR4-PKGBUILD-a02f89ddb57db03e06b302ed99398950ed43e492.tar.xz AUR4-PKGBUILD-a02f89ddb57db03e06b302ed99398950ed43e492.tar.zst AUR4-PKGBUILD-a02f89ddb57db03e06b302ed99398950ed43e492.zip |
mingw-w64-gtk3: 3.8.2-3 -> 3.8.4-1
Diffstat (limited to 'mingw-w64-gtk3')
-rw-r--r-- | mingw-w64-gtk3/.SRCINFO | 8 | ||||
-rw-r--r-- | mingw-w64-gtk3/PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mingw-w64-gtk3/.SRCINFO b/mingw-w64-gtk3/.SRCINFO index 554f6df..a47b881 100644 --- a/mingw-w64-gtk3/.SRCINFO +++ b/mingw-w64-gtk3/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = mingw-w64-gtk3 pkgdesc = GTK+ is a multi-platform toolkit (v3) (mingw-w64) - pkgver = 3.8.2 - pkgrel = 3 + pkgver = 3.8.4 + pkgrel = 1 url = http://www.gtk.org arch = any license = LGPL @@ -18,10 +18,10 @@ pkgbase = mingw-w64-gtk3 options = !libtool options = !strip options = !buildflags - source = http://ftp.gnome.org/pub/gnome/sources/gtk+/3.8/gtk+-3.8.2.tar.xz + source = http://ftp.gnome.org/pub/gnome/sources/gtk+/3.8/gtk+-3.8.4.tar.xz source = https://git.gnome.org/browse/gtk+/plain/demos/gtk-demo/brick.png?h=gtk-3-8&id=231d6c209f47edac828f52a7316980129c370eb1 source = gtk-dont-define-initguid.patch - md5sums = 8e878e18fc385f2b813419dc7b40a968 + md5sums = 2b232d76c01ceb626948bcbe70b05269 md5sums = 523aea0be651baaba128c133751a0f01 md5sums = 4038939df90f80ea6923d67afff28e03 diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD index cf01ea7..b82bb7b 100644 --- a/mingw-w64-gtk3/PKGBUILD +++ b/mingw-w64-gtk3/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: lantw44 at gmail dot com pkgname=mingw-w64-gtk3 -pkgver=3.8.2 -pkgrel=3 +pkgver=3.8.4 +pkgrel=1 pkgdesc="GTK+ is a multi-platform toolkit (v3) (mingw-w64)" arch=(any) url="http://www.gtk.org" @@ -26,7 +26,7 @@ source=( # The second source file is downloaded from GNOME. This file exists in the git repository but not in the tarball. Building of demos will fail without this file. # The third source file is downloaded from Fedora Project -md5sums=('8e878e18fc385f2b813419dc7b40a968' +md5sums=('2b232d76c01ceb626948bcbe70b05269' '523aea0be651baaba128c133751a0f01' '4038939df90f80ea6923d67afff28e03') |