summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-05-07 10:46:23 +0200
committerfxbru2020-05-07 10:46:23 +0200
commit0c8e9f94d975993429449198802e4b54721281df (patch)
treef3820a8b41bbb68f71d62bfbd080a099162785eb
parentb142dfbdfe02e0b2948c697b5f9d77a605130a14 (diff)
downloadaur-0c8e9f94d975993429449198802e4b54721281df.tar.gz
Fix permission warnings
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5200f49030c4..c0aba3daedbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = application-inspector-bin
pkgdesc = Microsoft ApplicationInspector is a source code analyzer built for surfacing features of interest and other characteristics to answer the question 'what's in it' using static analysis with a json based rules engine (official CLI binary version)
pkgver = 1.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsoft/ApplicationInspector
install = application-inspector-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e3877d175024..5d89a6a3549a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=application-inspector-bin
_pkgname=application-inspector
pkgver=1.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Microsoft ApplicationInspector is a source code analyzer built for surfacing features of interest and other characteristics to answer the question 'what's in it' using static analysis with a json based rules engine (official CLI binary version)"
arch=('x86_64')
url="https://github.com/microsoft/ApplicationInspector"
@@ -21,6 +21,7 @@ package() {
install -d "${pkgdir}/opt/${_pkgname}"
cp -r "${srcdir}/${_pkg}/"* "${pkgdir}/opt/${_pkgname}"
+ chmod -R g+w "${pkgdir}/opt/${_pkgname}"
chmod +x ${pkgdir}/opt/${_pkgname}/ApplicationInspector.CLI
ln -s /opt/${_pkgname}/ApplicationInspector.CLI "${pkgdir}"/usr/bin/ApplicationInspector
ln -s /opt/${_pkgname}/ApplicationInspector.CLI "${pkgdir}"/usr/bin/application-inspector