diff options
author | Ting-Wei Lan | 2017-11-01 22:13:07 +0800 |
---|---|---|
committer | Ting-Wei Lan | 2017-11-01 22:13:07 +0800 |
commit | 606d0487df51d8de4814e083fc58d82ec042df7c (patch) | |
tree | 672b51cb42f184433996bada1a44d3e42df4d187 | |
parent | 20abf520ed1ef90ef25d4ff6676215e1c6a232b7 (diff) | |
download | aur-606d0487df51d8de4814e083fc58d82ec042df7c.tar.gz |
mingw-w64-gdk-pixbuf2: 2.36.10 -> 2.36.11
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 9 insertions, 7 deletions
@@ -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 @@ -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" |