summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2013-12-17 23:05:21 +0800
committerTing-Wei Lan2013-12-17 23:05:21 +0800
commitfb84bf07c0e2628cd0d6520a75cfb3a7dd71156a (patch)
tree0a7b92e4128e0b58d4a36868f3c2325ad45117fb
parent014c5b568c18122dd872b1698ca863aa56cad70a (diff)
downloadaur-fb84bf07c0e2628cd0d6520a75cfb3a7dd71156a.tar.gz
mingw-w64-gdk-pixbuf2: 2.30.1 -> 2.30.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e8f1026257d..ed35678adc8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdk-pixbuf2
pkgdesc = An image loading library (mingw-w64)
- pkgver = 2.30.1
+ pkgver = 2.30.2
pkgrel = 1
url = http://www.gtk.org
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-gdk-pixbuf2
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.gnome.org/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.1.tar.xz
- sha256sums = a3263b1e15668c009313bf04ab67420bec9f2b167c402a71a486307cadee8d30
+ source = http://download.gnome.org/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.2.tar.xz
+ sha256sums = cababfa075a9a60426809309ec86b82ea28e83f44ef69c898e48c040b6feecbf
pkgname = mingw-w64-gdk-pixbuf2
diff --git a/PKGBUILD b/PKGBUILD
index ae665f14d3f4..c8eee7e30c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdk-pixbuf2
-pkgver=2.30.1
+pkgver=2.30.2
pkgrel=1
pkgdesc="An image loading library (mingw-w64)"
arch=(any)
@@ -14,7 +14,7 @@ mingw-w64-libjpeg-turbo
mingw-w64-libtiff)
options=(!strip !buildflags staticlibs)
source=("http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
-sha256sums=('a3263b1e15668c009313bf04ab67420bec9f2b167c402a71a486307cadee8d30')
+sha256sums=('cababfa075a9a60426809309ec86b82ea28e83f44ef69c898e48c040b6feecbf')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -33,11 +33,6 @@ build() {
--enable-static \
--enable-shared \
--with-included-loaders=wbmp,png,pnm,ras,ani,xpm,xbm,tga,icns,pcx,qtif,gdip-ico,gdip-wmf,gdip-emf,gdip-bmp,gdip-gif,gdip-jpeg,gdip-tiff
- make || true
- # Suppress the building of some test program because it use some
- # POSIX functions which are not available on MinGW
- touch "${srcdir}/${pkgname}-${pkgver}-build-${_arch}/tests/pixbuf-randomly-modified.o"
- touch "${srcdir}/${pkgname}-${pkgver}-build-${_arch}/tests/pixbuf-randomly-modified.exe"
make
done
}