diff options
author | pingplug | 2021-09-19 23:36:42 +0800 |
---|---|---|
committer | pingplug | 2021-09-19 23:36:42 +0800 |
commit | c22d414bba840349f852dee6d99dfc4726901d3a (patch) | |
tree | b4c80b19200d64497f3220e2b6818d922d243266 | |
parent | 37d6a480b2a9693acff5dc07185c10c528723b65 (diff) | |
download | aur-c22d414bba840349f852dee6d99dfc4726901d3a.tar.gz |
Updated to 2.52.0
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-librsvg pkgdesc = SVG rendering library (mingw-w64) - pkgver = 2.50.7 + pkgver = 2.52.0 pkgrel = 1 url = https://wiki.gnome.org/action/show/Projects/LibRsvg arch = any @@ -20,7 +20,7 @@ pkgbase = mingw-w64-librsvg options = !strip options = staticlibs options = !buildflags - source = git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=6ca387974e6a3e248c261d3dac15b8d4a742d3aa + source = git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=1729feb4c197a7dd94fe303931d51eb843bdcaf9 sha256sums = SKIP pkgname = mingw-w64-librsvg @@ -1,11 +1,11 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributor: Schala Zeal < schalaalexiazeal at gmail dot com > -_commit=6ca387974e6a3e248c261d3dac15b8d4a742d3aa # tags/2.50.7 +_commit=1729feb4c197a7dd94fe303931d51eb843bdcaf9 # tags/2.50.0 _architectures="i686-w64-mingw32 x86_64-w64-mingw32" pkgname=mingw-w64-librsvg -pkgver=2.50.7 +pkgver=2.52.0 pkgrel=1 pkgdesc="SVG rendering library (mingw-w64)" arch=('any') @@ -65,6 +65,8 @@ build() { sed -i "s/^deplibs_check_method=.*/deplibs_check_method=\"pass_all\"/g" libtool # add missing crt libs (ws2_32 and userenv) to LIBRSVG_LIBS sed -i "s/^LIBRSVG_LIBS = .*/& -lws2_32 -luserenv/g" Makefile + # add missing ".exe" to name + sed -i "s/mv \$(RSVG_CONVERT_BIN) rsvg-convert/&\$(EXEEXT)/g" Makefile make popd done |