diff options
-rw-r--r-- | mingw-w64-gdk-pixbuf2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingw-w64-gdk-pixbuf2/PKGBUILD b/mingw-w64-gdk-pixbuf2/PKGBUILD index 2a583bc..daf64ef 100644 --- a/mingw-w64-gdk-pixbuf2/PKGBUILD +++ b/mingw-w64-gdk-pixbuf2/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mingw-w64-gdk-pixbuf2 -pkgver=2.30.8 +pkgver=2.31.1 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=('4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be') +sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |