Date: Monday, November 23, 2015 @ 22:15:39 Author: bisson Revision: 251917
fix FS#47120 Modified: inkscape/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-23 20:53:46 UTC (rev 251916) +++ PKGBUILD 2015-11-23 21:15:39 UTC (rev 251917) @@ -5,21 +5,21 @@ pkgname=inkscape pkgver=0.91 -pkgrel=12 -pkgdesc='Vector graphics editor using the SVG file format' -url='http://inkscape.sourceforge.net/' +pkgrel=13 +pkgdesc='Professional vector graphics editor' +url='https://inkscape.org/' license=('GPL' 'LGPL') arch=('i686' 'x86_64') makedepends=('boost' 'intltool') depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 'popt' 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme') -optdepends=('pstoedit: latex formulas' +optdepends=('gvfs: import clip art' + 'pstoedit: latex formulas' 'texlive-core: latex formulas' 'python2-numpy: some extensions' 'python2-lxml: some extensions and filters' 'uniconvertor: reading/writing to some proprietary formats') -#source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2" -source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2" +source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2" 'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled') sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3' 'f61909a58c185ed9249b19f71242af2edd32ef9a')
