diff options
author | Ting-Wei Lan | 2015-10-08 02:16:09 +0800 |
---|---|---|
committer | Ting-Wei Lan | 2015-10-08 02:16:09 +0800 |
commit | 71df73cefb19e3c95701bdf19fe63ce922925466 (patch) | |
tree | d8c3144040c93a5a9f2d75c544c183ab6610e31f | |
parent | 747855bded9d8585d2ff6d80d2b6c36210778e7e (diff) | |
download | aur-71df73cefb19e3c95701bdf19fe63ce922925466.tar.gz |
mingw-w64-gdk-pixbuf2: 2.32.0 -> 2.32.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-gdk-pixbuf2 pkgdesc = An image loading library (mingw-w64) - pkgver = 2.32.0 + pkgver = 2.32.1 pkgrel = 1 url = http://www.gtk.org arch = any @@ -17,8 +17,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.0.tar.xz - sha256sums = 537655ec3635740e949457bafe61ae44ce0e5642a2529a9ef7ee0bcd5e911b67 + source = https://download.gnome.org/sources/gdk-pixbuf/2.32/gdk-pixbuf-2.32.1.tar.xz + sha256sums = 4432b74f25538c7d6bcb3ca51adabdd666168955f25812a2568dc9637697f3bc pkgname = mingw-w64-gdk-pixbuf2 @@ -1,5 +1,5 @@ pkgname=mingw-w64-gdk-pixbuf2 -pkgver=2.32.0 +pkgver=2.32.1 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=('537655ec3635740e949457bafe61ae44ce0e5642a2529a9ef7ee0bcd5e911b67') +sha256sums=('4432b74f25538c7d6bcb3ca51adabdd666168955f25812a2568dc9637697f3bc') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |