summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2020-04-11 00:54:35 +0800
committerTing-Wei Lan2020-04-11 00:54:35 +0800
commit28dc251a01989e3353b1db05acc3e804f2a550c7 (patch)
tree57f9cd16f15eb03bdb7f93c836da927515b14e21
parent861c9d22486c0bbf8ca993358f2aac1dcaa43aff (diff)
downloadaur-28dc251a01989e3353b1db05acc3e804f2a550c7.tar.gz
mingw-w64-gtk3: 3.24.17 -> 3.24.18
Drop autoreconf because there is no patch in this package.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b5f6dac70e7..a6a4d88e3b4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.17
+ pkgver = 3.24.18
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -24,8 +24,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.17.tar.xz
- sha256sums = f210255b221cb0f0db3e7b21399983b715c9dda6eb1e5c2f7fdf38f4f1b6bac0
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.18.tar.xz
+ sha256sums = f5eaff7f4602e44a9ca7bfad5382d7a73e509a8f00b0bcab91c198d096172ad2
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index a17db0167733..b4681d096422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.17
+pkgver=3.24.18
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -29,7 +29,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- 'f210255b221cb0f0db3e7b21399983b715c9dda6eb1e5c2f7fdf38f4f1b6bac0')
+ 'f5eaff7f4602e44a9ca7bfad5382d7a73e509a8f00b0bcab91c198d096172ad2')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')
@@ -47,7 +47,6 @@ prepare() {
build() {
cd "${srcdir}/gtk+-${pkgver}"
- autoreconf -fiv
for _arch in "${_architectures[@]}"; do
export PKG_CONFIG="${_arch}-pkg-config"
export PKG_CONFIG_FOR_BUILD="pkg-config"