summaryrefslogtreecommitdiff
path: root/testing/librsvg
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-18 00:01:47 +0000
committerroot <root@rshg054.dnsready.net>2012-04-18 00:01:47 +0000
commit637c1cfdcd258a870ad5367cbf47a8a2799039c7 (patch)
tree04dabe84f2527ce4ef85b0905f186ebb93cacdb9 /testing/librsvg
parent0fb510ac9b1defac6c3d54a68eccd7e18635b474 (diff)
Wed Apr 18 00:01:47 UTC 2012
Diffstat (limited to 'testing/librsvg')
-rw-r--r--testing/librsvg/PKGBUILD8
-rw-r--r--testing/librsvg/librsvg.install2
2 files changed, 5 insertions, 5 deletions
diff --git a/testing/librsvg/PKGBUILD b/testing/librsvg/PKGBUILD
index 8da75bec7..2eea859ac 100644
--- a/testing/librsvg/PKGBUILD
+++ b/testing/librsvg/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 155206 2012-04-01 11:35:36Z heftig $
+# $Id: PKGBUILD 156309 2012-04-16 19:52:53Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=librsvg
-pkgver=2.36.0
+pkgver=2.36.1
pkgrel=1
pkgdesc="A SVG viewing library"
arch=(i686 x86_64)
license=('LGPL')
-depends=('gdk-pixbuf2>=2.24.1-3' 'pango' 'libcroco')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
optdepends=('gtk3: for rsvg-view-3')
options=('!libtool' '!emptydirs')
url="http://librsvg.sourceforge.net/"
install=librsvg.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a')
+sha256sums=('786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5')
build() {
cd $pkgname-$pkgver
diff --git a/testing/librsvg/librsvg.install b/testing/librsvg/librsvg.install
index 4d48b071f..8852ebf28 100644
--- a/testing/librsvg/librsvg.install
+++ b/testing/librsvg/librsvg.install
@@ -1,5 +1,5 @@
post_install() {
- usr/bin/gdk-pixbuf-query-loaders --update-cache
+ gdk-pixbuf-query-loaders --update-cache
}
post_upgrade() {