summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-04-02 12:29:41 +0200
committerMichał Wojdyła2022-04-02 12:29:41 +0200
commitd7ef70fade3c393e9e4f58e3c2b5af052835869f (patch)
tree7f2d139b77795cc303062ce23993b5b56b244b5d
parent9f579b68dcec82f1db8dc090f85c6abc3069ec67 (diff)
downloadaur-mingw-w64-librsvg-bin.tar.gz
update to 2.54.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04bc21a8cac..52c1f925f433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-librsvg-bin
pkgdesc = SVG rendering library (mingw-w64)
- pkgver = 2.48.4
+ pkgver = 2.54.0
pkgrel = 1
url = https://www.gnome.org
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-librsvg-bin
depends = mingw-w64-cairo
depends = mingw-w64-libxml2
provides = mingw-w64-librsvg
- source = http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-librsvg-2.48.4-2-any.pkg.tar.zst
- sha256sums = SKIP
+ conflicts = mingw-w64-librsvg
+ source = http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-librsvg-2.54.0-1-any.pkg.tar.zst
+ sha256sums = 77bdc96eba0c56d80274428edce39820672690d91e3ad950416a8d2beb96c0d5
pkgname = mingw-w64-librsvg-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 778ff2be9c9f..e59ae3209129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
pkgname=mingw-w64-librsvg-bin
-pkgver=2.48.4
+pkgver=2.54.0
pkgrel=1
pkgdesc="SVG rendering library (mingw-w64)"
arch=('any')
url="https://www.gnome.org"
license=('custom')
-depends=('mingw-w64-gdk-pixbuf2'
- 'mingw-w64-pango'
- 'mingw-w64-cairo'
- 'mingw-w64-libxml2')
+depends=('mingw-w64-gdk-pixbuf2' 'mingw-w64-pango' 'mingw-w64-cairo' 'mingw-w64-libxml2')
provides=('mingw-w64-librsvg')
-source=("http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-librsvg-2.48.4-2-any.pkg.tar.zst")
-sha256sums=('SKIP')
+conflicts=('mingw-w64-librsvg')
+source=("http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-librsvg-$pkgver-$pkgrel-any.pkg.tar.zst")
+sha256sums=('77bdc96eba0c56d80274428edce39820672690d91e3ad950416a8d2beb96c0d5')
_architectures="x86_64-w64-mingw32"
@@ -22,4 +20,4 @@ package() {
sed -i -e "s|/mingw64|/usr/${_arch}|" ./lib/pkgconfig/*
cp -r ./* $pkgdir/usr/${_arch}/
done
-}
+} \ No newline at end of file