summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-07-03 20:43:43 +0800
committerpingplug2023-07-03 20:43:43 +0800
commit5b2a0d44b96aafe02325462c254ce3bc52cb44af (patch)
treeb261ba0d05c592fa2933c5fbadea30d925b9fc99
parentf72c4f581b86ff5924f99274a1acbad66db47a02 (diff)
downloadaur-5b2a0d44b96aafe02325462c254ce3bc52cb44af.tar.gz
updated to 2.56.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad9d962160ad..35a7371795d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-librsvg
pkgdesc = SVG rendering library (mingw-w64)
- pkgver = 2.56.1
- pkgrel = 2
+ pkgver = 2.56.2
+ pkgrel = 1
url = https://wiki.gnome.org/action/show/Projects/LibRsvg
arch = any
license = LGPL
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-librsvg
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=c0d8ee415cd4ee268264ef2c7bfa53f576599cfa
+ source = git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=5c74c40bb3f4f7e6c347e7712e0293188e70c6ed
sha256sums = SKIP
pkgname = mingw-w64-librsvg
diff --git a/PKGBUILD b/PKGBUILD
index 23e786c9fcc7..3b6569d4b389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: pingplug < aur at pingplug dot me >
# Contributor: Schala Zeal < schalaalexiazeal at gmail dot com >
-_commit=c0d8ee415cd4ee268264ef2c7bfa53f576599cfa # tags/2.56.1
+_commit=5c74c40bb3f4f7e6c347e7712e0293188e70c6ed # tags/2.56.2
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-librsvg
-pkgver=2.56.1
-pkgrel=2
+pkgver=2.56.2
+pkgrel=1
pkgdesc="SVG rendering library (mingw-w64)"
arch=('any')
url="https://wiki.gnome.org/action/show/Projects/LibRsvg"