summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 247259c102bb..060969b4ea44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 12 11:45:48 UTC 2017
+# Wed Nov 1 14:13:07 UTC 2017
pkgbase = mingw-w64-gdk-pixbuf2
pkgdesc = An image loading library (mingw-w64)
- pkgver = 2.36.10
+ pkgver = 2.36.11
pkgrel = 1
url = http://www.gtk.org
arch = any
@@ -10,6 +10,7 @@ pkgbase = mingw-w64-gdk-pixbuf2
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-configure
+ makedepends = python
depends = mingw-w64-crt
depends = mingw-w64-glib2>=2.37.6
depends = mingw-w64-jasper
@@ -19,8 +20,8 @@ pkgbase = mingw-w64-gdk-pixbuf2
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.10.tar.xz
- sha256sums = f8f6fa896b89475c73b6e9e8d2a2b062fc359c4b4ccb8e96470d6ab5da949ace
+ source = https://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.11.tar.xz
+ sha256sums = ae62ab87250413156ed72ef756347b10208c00e76b222d82d9ed361ed9dde2f3
pkgname = mingw-w64-gdk-pixbuf2
diff --git a/PKGBUILD b/PKGBUILD
index 2cd41bee0356..3ccca0bd4a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdk-pixbuf2
-pkgver=2.36.10
+pkgver=2.36.11
pkgrel=1
pkgdesc='An image loading library (mingw-w64)'
arch=(any)
@@ -8,7 +8,8 @@ license=('LGPL')
makedepends=(
'mingw-w64-gcc'
'mingw-w64-pkg-config'
- 'mingw-w64-configure')
+ 'mingw-w64-configure'
+ 'python') # python is required to run glib-mkenums
depends=(
'mingw-w64-crt'
'mingw-w64-glib2>=2.37.6'
@@ -19,7 +20,7 @@ depends=(
options=(!strip !buildflags staticlibs)
source=(
"https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
-sha256sums=('f8f6fa896b89475c73b6e9e8d2a2b062fc359c4b4ccb8e96470d6ab5da949ace')
+sha256sums=('ae62ab87250413156ed72ef756347b10208c00e76b222d82d9ed361ed9dde2f3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"