summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Bero2017-04-08 22:53:11 -0500
committerChristopher Bero2017-04-08 22:53:11 -0500
commit89cbd108f5c664526616dd4147950bd70a9e6c87 (patch)
tree17bdd60eb7be79159d066fc995ed1f27f857e115 /PKGBUILD
parentb29a1e908f3e142d09c7751cea80af0e4e5c1e71 (diff)
downloadaur-89cbd108f5c664526616dd4147950bd70a9e6c87.tar.gz
Added option dependency inkscape.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')