summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a0dfb2dc4ab..61bd2c43b32f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel=1
pkgdesc='An open source nesting application, great for laser cutters, plasma cutters, and other CNC machines'
arch=('x86_64')
url='https://deepnest.io'
-license=('None')
+license=('custom:unknown')
install=deepnest.install
-depends=('zlib' 'pango-legacy')
+depends=('zlib' 'pango-legacy' 'bash')
provides=('deepnest')
options=('!strip')
source=("${pkgname}-${pkgver}.zip::https://deepnest.io/Deepnest-${pkgver}-linux.zip")