diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2016-04-01 21:42:44 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2016-04-01 21:42:44 +0800 |
commit | a62439878bddfa22a7fc19ce6ea4780fda67d0c3 (patch) | |
tree | 995c31976c168c650288fb9c2b649a36f06d3e5e /mingw-w64-gdk-pixbuf2 | |
parent | 087b15b8f9ad35f4f12fe4ddf52aea3cd87b120a (diff) | |
download | AUR4-PKGBUILD-a62439878bddfa22a7fc19ce6ea4780fda67d0c3.tar.gz AUR4-PKGBUILD-a62439878bddfa22a7fc19ce6ea4780fda67d0c3.tar.zst AUR4-PKGBUILD-a62439878bddfa22a7fc19ce6ea4780fda67d0c3.zip |
mingw-w64-gdk-pixbuf2: 2.32.3 -> 2.34.0
Diffstat (limited to 'mingw-w64-gdk-pixbuf2')
-rw-r--r-- | mingw-w64-gdk-pixbuf2/.SRCINFO | 8 | ||||
-rw-r--r-- | mingw-w64-gdk-pixbuf2/PKGBUILD | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/mingw-w64-gdk-pixbuf2/.SRCINFO b/mingw-w64-gdk-pixbuf2/.SRCINFO index cddb331..803bced 100644 --- a/mingw-w64-gdk-pixbuf2/.SRCINFO +++ b/mingw-w64-gdk-pixbuf2/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Dec 17 16:08:59 UTC 2015 +# Fri Apr 1 08:42:48 UTC 2016 pkgbase = mingw-w64-gdk-pixbuf2 pkgdesc = An image loading library (mingw-w64) - pkgver = 2.32.3 + pkgver = 2.34.0 pkgrel = 1 url = http://www.gtk.org arch = any @@ -19,8 +19,8 @@ pkgbase = mingw-w64-gdk-pixbuf2 options = !strip options = !buildflags options = staticlibs - source = https://download.gnome.org/sources/gdk-pixbuf/2.32/gdk-pixbuf-2.32.3.tar.xz - sha256sums = 2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031 + source = https://download.gnome.org/sources/gdk-pixbuf/2.34/gdk-pixbuf-2.34.0.tar.xz + sha256sums = d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879 pkgname = mingw-w64-gdk-pixbuf2 diff --git a/mingw-w64-gdk-pixbuf2/PKGBUILD b/mingw-w64-gdk-pixbuf2/PKGBUILD index 75390f2..bbf29eb 100644 --- a/mingw-w64-gdk-pixbuf2/PKGBUILD +++ b/mingw-w64-gdk-pixbuf2/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mingw-w64-gdk-pixbuf2 -pkgver=2.32.3 +pkgver=2.34.0 pkgrel=1 pkgdesc='An image loading library (mingw-w64)' arch=(any) @@ -19,7 +19,7 @@ depends=( options=(!strip !buildflags staticlibs) source=( "https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz") -sha256sums=('2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031') +sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" @@ -28,7 +28,10 @@ build() { for _arch in ${_architectures}; do mkdir -p "build-${_arch}" cd "build-${_arch}" - ${_arch}-configure --with-included-loaders --with-libjasper + ${_arch}-configure \ + --enable-relocations \ + --with-included-loaders \ + --with-libjasper make cd .. done |