summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-16 06:36:49 +0300
committerDimitris Kiziridis2020-05-16 06:36:49 +0300
commit40bf012ebb87f262fdac0610b07d6f3775c222ed (patch)
treeca36c3b1e4fa725a76450d55d5f7a3fd944f2ea6
parent6dc67e03889c1c74ad54e992702ed32f09e1ec99 (diff)
downloadaur-40bf012ebb87f262fdac0610b07d6f3775c222ed.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa18e4983fa9..64516845eac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,10 @@ pkgbase = deepnest-bin
url = https://deepnest.io
install = deepnest.install
arch = x86_64
- license = None
+ license = custom:unknown
depends = zlib
depends = pango-legacy
+ depends = bash
provides = deepnest
options = !strip
source = deepnest-bin-1.0.5.zip::https://deepnest.io/Deepnest-1.0.5-linux.zip
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")