summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2016-11-25 17:23:49 +0800
committerTing-Wei Lan2016-11-25 17:23:49 +0800
commit35651b97930a39f76f511d204697a1cd41c7cdf6 (patch)
tree1c2139e7e5cce297bbcf525c54cbfb3a838f538b /PKGBUILD
parentfbfa05da5f65b674efcda69a8a3de7228adae905 (diff)
downloadaur-35651b97930a39f76f511d204697a1cd41c7cdf6.tar.gz
mingw-w64-gtk3: 3.22.3 -> 3.22.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 303149fa7165..58b795369ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.3
+pkgver=3.22.4
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=(any)
@@ -24,19 +24,13 @@ depends=(
'mingw-w64-libepoxy>=1.0'
'mingw-w64-pango>=1.37.3')
options=(!strip !buildflags staticlibs)
-source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz"
- 'gtk3-gdkdisplay-win32-winnt.patch'
- 'gtk3-gdkscreen-win32-winnt.patch')
-sha256sums=('e190ab1a9a893861b8e8be341aa57bce8b7146d6445ebfe5a8ab64236fe82ed3'
- 'c3aadfa67e29adea61cec87bd65229d4fb8dc25301cb448bb59f0ead63829ae2'
- '6af598b8e9bdace52485013c7b4393903ae829a1f3f637611cedbdee506861c3')
+source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
+sha256sums=('7094a6fcfe133d01c578358bd5d3e499715f1a0206e87bd5cf6c834e301f387f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "${srcdir}/gtk+-${pkgver}"
- patch -Np1 < "${srcdir}/${source[1]}"
- patch -Np1 < "${srcdir}/${source[2]}"
}
build() {