summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-01-06 15:29:49 +0800
committerpingplug2020-01-06 15:29:49 +0800
commitb1734467f55a95872c07408be313fdc23dbdb5d1 (patch)
tree7d0a6350a19de46dee27fb8c77768564e80bab87
parent0d7729ac5154bc25ea70661866b39fda2635032e (diff)
downloadaur-b1734467f55a95872c07408be313fdc23dbdb5d1.tar.gz
Update depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f0545d8d19d..47643d67c4ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-librsvg
depends = mingw-w64-gdk-pixbuf2
depends = mingw-w64-pango
depends = mingw-w64-cairo
- depends = mingw-w64-libcroco
+ depends = mingw-w64-libxml2
depends = mingw-w64-freetype2
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 8942973544c0..373a8757ca45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('LGPL')
depends=('mingw-w64-gdk-pixbuf2'
'mingw-w64-pango'
'mingw-w64-cairo'
- 'mingw-w64-libcroco'
+ 'mingw-w64-libxml2'
'mingw-w64-freetype2')
makedepends=('mingw-w64-configure'
'mingw-w64-rust'