summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef3f91932769..b59c0c35707d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = inkscape-openpaths-git
pkgdesc = Inkscape extension for opening up closed paths, e. g. for single-line fonts in OPF/OTF/TTF format
pkgver = r8.10d0d7c
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/EllenWasbo/inkscape-extension-openpaths
arch = any
- license = GPL2
+ license = GPL-2.0-only
makedepends = git
depends = inkscape
+ depends = python
+ options = !debug
options = !strip
source = inkscape-openpaths-git::git+https://gitlab.com/EllenWasbo/inkscape-extension-openpaths.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 28a4f5c56783..5492aa6faca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=inkscape-openpaths-git
pkgver=r8.10d0d7c
-pkgrel=1
+pkgrel=2
pkgdesc='Inkscape extension for opening up closed paths, e. g. for single-line fonts in OPF/OTF/TTF format'
arch=('any')
url='https://gitlab.com/EllenWasbo/inkscape-extension-openpaths'
# No license file present but the author has granted the GPL2 license here:
# https://inkscape.org/~EllenWasbo/%E2%98%85openclosedpath
-license=('GPL2')
+license=('GPL-2.0-only')
-depends=('inkscape')
+depends=('inkscape' 'python')
makedepends=('git')
-options=('!strip')
+options=('!debug' '!strip')
source=(
"${pkgname}::git+https://gitlab.com/EllenWasbo/inkscape-extension-openpaths.git"