diff options
author | root <root@rshg054.dnsready.net> | 2012-02-16 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-16 23:15:21 +0000 |
commit | 76774d40da5ce246c9f2178fdf937706d99af4b2 (patch) | |
tree | d94469586899ec9ccf256ca7fab766f6e82f3cf1 /extra/inkscape/PKGBUILD | |
parent | 2e50a79768e42c26ff8850404f488425610abc0a (diff) |
Thu Feb 16 23:15:21 UTC 2012
Diffstat (limited to 'extra/inkscape/PKGBUILD')
-rw-r--r-- | extra/inkscape/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD index b7266212d..be826fe97 100644 --- a/extra/inkscape/PKGBUILD +++ b/extra/inkscape/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 148790 2012-02-05 11:50:35Z ibiru $ +# $Id: PKGBUILD 150261 2012-02-16 04:08:19Z bisson $ # Contributor: tobias <tobias@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=inkscape -pkgver=0.48.2 -pkgrel=6 +pkgver=0.48.3 +pkgrel=1 pkgdesc='Vector graphics editor using the SVG file format' url='http://inkscape.sourceforge.net/' -arch=('i686' 'x86_64') license=('GPL' 'LGPL') +arch=('i686' 'x86_64') makedepends=('boost' 'pkg-config' 'intltool') depends=('gc' 'gtkmm' 'poppler-glib' 'libxslt' 'gsl' 'popt' 'python2' 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme') @@ -22,7 +22,7 @@ optdepends=('pstoedit: latex formulas' options=('!libtool') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" 'libpng15.patch') -sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3' +sha1sums=('937c1376bb0d9c00b22b88525826257d67ce237b' 'd6512f3cb38ca8e2436dc485aa652490d17b3a52') install=install @@ -38,7 +38,8 @@ build() { patch -p1 -i ../libpng15.patch - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --with-python \ --with-perl \ --without-gnome-vfs \ |