Merge pull request #10784 from mmuetzel/librsvg

librsvg: update to 2.52.6
This commit is contained in:
Christoph Reiter
2022-02-18 19:19:58 +01:00
committed by GitHub

View File

@@ -3,13 +3,13 @@
_realname=librsvg
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.52.5
pkgrel=2
pkgver=2.52.6
pkgrel=1
pkgdesc="SVG rendering library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
url="https://wiki.gnome.org/Projects/LibRsvg"
license=("LGPL")
license=("spdx:LGPL-2.1-or-later")
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-gobject-introspection"
"${MINGW_PACKAGE_PREFIX}-vala"
@@ -24,7 +24,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-gtk3: for rsvg-view-3")
options=('staticlibs' 'strip')
source=("https://download.gnome.org/sources/librsvg/${pkgver%.*}/${_realname}-${pkgver}.tar.xz"
"0001-configure-set-pass-prefix-to-pkg-config-when-retriev.patch")
sha256sums=('407cbbab518137ea18a3f3220bea180fbee75f3e5bd6ba10a7a862c1a6f74d82'
sha256sums=('a3f939a1e6a3a60408244632d0323f8c3b20eb4b7b000536e2e5bd93b8effaad'
'189eec6486c9ef6cf1071af9750405bc41e16ae3a55ad663435e574369fec915')
prepare() {