summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-06-04 22:57:30 +0200
committerfxbru2020-06-04 22:57:30 +0200
commitcff088be45c328983498edb2cb2f76afb09e144c (patch)
tree63fdff04590ad971a6571cde705173cb749627e8 /PKGBUILD
parent3d7a724950537365474059fc91ba791f2249ae84 (diff)
downloadaur-cff088be45c328983498edb2cb2f76afb09e144c.tar.gz
Fix missing /data folder before permission assignement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877923a90bc9..1b5b5e29ea72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dependency-check-cli
_pkgname=dependency-check
pkgver=5.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Dependency-Check is a Software Composition Analysis (SCA) tool that attempts to detect publicly disclosed vulnerabilities contained within a project's dependencies."
arch=('any')
depends=('java-runtime')