summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2024-05-18 01:45:36 +0200
committerXyne2024-05-18 01:45:36 +0200
commit5819e9c90056ad0ae905986eee1d34a3dc3d8c35 (patch)
treeacfda8a4f4d009a07cc0a07be1f294230af423de
parent4d1d2abaa039a92625bed072324b26dfdf9ba569 (diff)
downloadaur-5819e9c90056ad0ae905986eee1d34a3dc3d8c35.tar.gz
Update to 2023-12
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9269d595847a..03c9ba4f3d01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = svgtools
pkgdesc = Tools for working with SVG files and JessyInk presentations.
pkgver = 2023
- pkgrel = 11
+ pkgrel = 12
url = https://xyne.dev/projects/svgtools
arch = any
license = GPL
+ makedepends = python-setuptools
depends = python3
optdepends = inkscape: required for ji2pdf and jessy_to_slides
optdepends = parallel: GNU Parallel support for ji2pdf
diff --git a/PKGBUILD b/PKGBUILD
index 77b8086ffae0..11b9905d7268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
#Maintainer: Xyne <gro xunilhcra enyx, backwards>
pkgname=svgtools
pkgver=2023
-pkgrel=11
+pkgrel=12
pkgdesc='Tools for working with SVG files and JessyInk presentations.'
arch=(any)
license=(GPL)
url="https://xyne.dev/projects/svgtools"
depends=(python3)
+makedepends=(python-setuptools)
optdepends=('inkscape: required for ji2pdf and jessy_to_slides' 'parallel: GNU Parallel support for ji2pdf' 'phantomjs: required for jessy_to_slides' 'poppler: required for ji2pdf')
source=(
https://xyne.dev/projects/svgtools/src/svgtools-2023.tar.xz