Date: Tuesday, June 1, 2021 @ 07:24:49 Author: eworm Revision: 416921
upgpkg: inkscape 1.1-2: build from tag, update dependencies Modified: inkscape/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-01 02:04:00 UTC (rev 416920) +++ PKGBUILD 2021-06-01 07:24:49 UTC (rev 416921) @@ -4,8 +4,8 @@ pkgname=inkscape pkgver=1.1 -_commit=c4e8f9ed74624bfe77c98b90f5d2a8ea0dbf1431 -pkgrel=1 +_tag=a5140d78520f85e96ccb9a0cacc0df79167f1473 # git rev-parse INKSCAPE_${pkgver/./_} +pkgrel=2 pkgdesc='Professional vector graphics editor' url='https://inkscape.org/' license=('GPL' 'LGPL') @@ -13,18 +13,17 @@ makedepends=('cmake' 'boost' 'git') depends=( - 'aspell' 'dbus-glib' 'double-conversion' 'gc' - 'gdl' + 'graphicsmagick' 'gsl' + 'gspell' 'gtkmm3' - 'gtkspell3' + 'lcms2' 'lib2geom' 'libcdr' 'libjpeg-turbo' - 'graphicsmagick' 'libvisio' 'libxslt' 'poppler-glib' @@ -44,7 +43,7 @@ ) #source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2") -source=("git+https://gitlab.com/inkscape/inkscape.git#commit=${_commit}") +source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag}") sha256sums=('SKIP') prepare() {