summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-16 06:36:49 +0300
committerDimitris Kiziridis2020-05-16 06:36:49 +0300
commit40bf012ebb87f262fdac0610b07d6f3775c222ed (patch)
treeca36c3b1e4fa725a76450d55d5f7a3fd944f2ea6 /PKGBUILD
parent6dc67e03889c1c74ad54e992702ed32f09e1ec99 (diff)
downloadaur-40bf012ebb87f262fdac0610b07d6f3775c222ed.tar.gz
sanitize pkgbuild
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")