summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Bero2024-02-28 12:47:26 -0600
committerChristopher Bero2024-02-28 12:47:26 -0600
commit20f8da28960bdeba2c09a721e868a1f4176ff14f (patch)
tree785cf070706eb4e51285fbebfc90bcc854dd4a79 /PKGBUILD
parent89cbd108f5c664526616dd4147950bd70a9e6c87 (diff)
downloadaur-localplot-git.tar.gz
Fix build errors reported by mhdi.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4befd8ba836e..4c96535f68fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=localplot-git
_pkgname=localplot
pkgver=191.a385ea9
-pkgrel=2
+pkgrel=3
pkgdesc="HPGL Plotting software to drive a serial vinyl cutter."
arch=('i686' 'x86_64')
url="https://github.com/makerslocal/localplot"
license=('GPL3')
#group=('')
depends=('qt5-serialport')
-makedepends=('git' 'qt5-base')
+makedepends=('git' 'qt5-base' 'qt5-tools' 'qt5-svg')
optdepends=('inkscape: support importing svg and dxf files')
#noextract=('')
source=(${_pkgname}::"git+https://github.com/makerslocal/${_pkgname}.git")