summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2019-05-14 21:02:52 +0800
committerTing-Wei Lan2019-05-14 21:02:52 +0800
commitf84f754534dff4906c191cf390f439844e718199 (patch)
tree862dfaa2af15bccb8917f492ecb497ea947d234f
parent68c61e7ad9cfbaea9781c223075bb9a9d0edbc26 (diff)
downloadaur-f84f754534dff4906c191cf390f439844e718199.tar.gz
mingw-w64-gtk3: 3.24.5 -> 3.24.8
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1232469fb6..9c2dcae29801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Feb 12 16:29:39 UTC 2019
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.5
+ pkgver = 3.24.8
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -26,12 +24,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.5.tar.xz
- source = gtk3-link-gdk-against-fribidi.patch
- source = gtk3-fribidi-private-dependency.patch
- sha256sums = 0be5fb0d302bc3de26ab58c32990d895831e2b7c7418d0ffea1206d6a3ddb02f
- sha256sums = 7d92bc28c1b8d5aacc69d2414419a60a23e664e1ffe19835f79cea21b9f99864
- sha256sums = 8f3fceda7ec0deb93df405060e95e4aa65af94b10d75697057781e472535cfe9
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.8.tar.xz
+ sha256sums = 666962de9b9768fe9ca785b0e2f42c8b9db3868a12fa9b356b167238d70ac799
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index d2468455be13..3f03c3461427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.5
+pkgver=3.24.8
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -27,13 +27,9 @@ depends=(
'mingw-w64-pango>=1.41.0')
options=('!strip' '!buildflags' 'staticlibs')
source=(
- "https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz"
- 'gtk3-link-gdk-against-fribidi.patch'
- 'gtk3-fribidi-private-dependency.patch')
+ "https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- '0be5fb0d302bc3de26ab58c32990d895831e2b7c7418d0ffea1206d6a3ddb02f'
- '7d92bc28c1b8d5aacc69d2414419a60a23e664e1ffe19835f79cea21b9f99864'
- '8f3fceda7ec0deb93df405060e95e4aa65af94b10d75697057781e472535cfe9')
+ '666962de9b9768fe9ca785b0e2f42c8b9db3868a12fa9b356b167238d70ac799')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')