librsvg: update to 2.40.16 to fix security issues.

This commit is contained in:
Jeff Huang 2016-07-03 14:42:07 +01:00
parent a785c683c7
commit 7d3d8eab6b

View File

@ -1,5 +1,5 @@
pkgname=librsvg
pkgver=2.40.12
pkgver=2.40.16
pkgrel=1
pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
arch=('x86_64')
@ -11,7 +11,7 @@ options=('!libtool')
url="http://librsvg.sourceforge.net/"
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
install=librsvg.install
sha256sums=('ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550')
sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"