summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Bero2017-04-08 22:53:11 -0500
committerChristopher Bero2017-04-08 22:53:11 -0500
commit89cbd108f5c664526616dd4147950bd70a9e6c87 (patch)
tree17bdd60eb7be79159d066fc995ed1f27f857e115
parentb29a1e908f3e142d09c7751cea80af0e4e5c1e71 (diff)
downloadaur-89cbd108f5c664526616dd4147950bd70a9e6c87.tar.gz
Added option dependency inkscape.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3184d777c9..f5f902373eea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 9 03:47:52 UTC 2017
+# Sun Apr 9 03:52:38 UTC 2017
pkgbase = localplot-git
pkgdesc = HPGL Plotting software to drive a serial vinyl cutter.
pkgver = 191.a385ea9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/makerslocal/localplot
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = localplot-git
makedepends = git
makedepends = qt5-base
depends = qt5-serialport
+ optdepends = inkscape: support importing svg and dxf files
source = localplot::git+https://github.com/makerslocal/localplot.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d4fd4501f70..4befd8ba836e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=localplot-git
_pkgname=localplot
pkgver=191.a385ea9
-pkgrel=1
+pkgrel=2
pkgdesc="HPGL Plotting software to drive a serial vinyl cutter."
arch=('i686' 'x86_64')
url="https://github.com/makerslocal/localplot"
@@ -10,7 +10,7 @@ license=('GPL3')
#group=('')
depends=('qt5-serialport')
makedepends=('git' 'qt5-base')
-#optdepends=('')
+optdepends=('inkscape: support importing svg and dxf files')
#noextract=('')
source=(${_pkgname}::"git+https://github.com/makerslocal/${_pkgname}.git")
sha256sums=('SKIP')