diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2022-08-15 03:25:08 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2022-08-15 03:25:08 +0800 |
commit | b07c3eaaca75340463e4a547ea8267e1e6fec936 (patch) | |
tree | 245f955e38a127a74b62ab4115cebe31a90625fe | |
parent | 2eb2c9a0e435619d67c719f5bd7e66b40ce008e2 (diff) | |
download | AUR4-PKGBUILD-b07c3eaaca75340463e4a547ea8267e1e6fec936.tar.gz AUR4-PKGBUILD-b07c3eaaca75340463e4a547ea8267e1e6fec936.tar.zst AUR4-PKGBUILD-b07c3eaaca75340463e4a547ea8267e1e6fec936.zip |
mingw-w64-gdk-pixbuf2: 2.42.8 -> 2.42.9
-rw-r--r-- | mingw-w64-gdk-pixbuf2/.SRCINFO | 6 | ||||
-rw-r--r-- | mingw-w64-gdk-pixbuf2/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mingw-w64-gdk-pixbuf2/.SRCINFO b/mingw-w64-gdk-pixbuf2/.SRCINFO index a0e878e..45c9ccd 100644 --- a/mingw-w64-gdk-pixbuf2/.SRCINFO +++ b/mingw-w64-gdk-pixbuf2/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mingw-w64-gdk-pixbuf2 pkgdesc = An image loading library (mingw-w64) - pkgver = 2.42.8 + pkgver = 2.42.9 pkgrel = 1 url = https://www.gtk.org arch = any @@ -18,9 +18,9 @@ pkgbase = mingw-w64-gdk-pixbuf2 options = !strip options = !buildflags options = staticlibs - source = https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.8.tar.xz + source = https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.9.tar.xz source = gdk-pixbuf2-gen-thumbnailer-wine.patch - sha256sums = 84acea3acb2411b29134b32015a5b1aaa62844b19c4b1ef8b8971c6b0759f4c6 + sha256sums = 28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962 sha256sums = 69dd65e803a7a0d752536478864b19d77423affff2921aea5d076dd5916594f6 pkgname = mingw-w64-gdk-pixbuf2 diff --git a/mingw-w64-gdk-pixbuf2/PKGBUILD b/mingw-w64-gdk-pixbuf2/PKGBUILD index 6cf82d1..0350cdf 100644 --- a/mingw-w64-gdk-pixbuf2/PKGBUILD +++ b/mingw-w64-gdk-pixbuf2/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mingw-w64-gdk-pixbuf2 -pkgver=2.42.8 +pkgver=2.42.9 pkgrel=1 pkgdesc='An image loading library (mingw-w64)' arch=('any') @@ -22,7 +22,7 @@ source=( "https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz" 'gdk-pixbuf2-gen-thumbnailer-wine.patch') sha256sums=( - '84acea3acb2411b29134b32015a5b1aaa62844b19c4b1ef8b8971c6b0759f4c6' + '28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962' '69dd65e803a7a0d752536478864b19d77423affff2921aea5d076dd5916594f6') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') |