summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Del Rosario2021-05-13 17:28:00 -0500
committerMichael Del Rosario2021-05-13 17:28:00 -0500
commit6b6874a9c699f6e57d558e2a4da8c9383347d686 (patch)
tree536ff047cb0ab1eefebd8659e66dd54c901fb1eb /PKGBUILD
parent90eda4b57612633d13d028b6b533ef5efc20b9d7 (diff)
downloadaur-6b6874a9c699f6e57d558e2a4da8c9383347d686.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dd9b2479403..7e71012ab4c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='grype'
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')
@@ -9,5 +9,5 @@ license=('APACHE')
source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz")
md5sums=('4b90b8e1b60d506b56cc595c71eff68f')
package() {
- install -Dm755 "$srcdir/grype_${pkgver}_linux_amd64" "${pkgdir}/usr/local/bin/${pkgname}"
+ install -Dm755 "$srcdir/grype_0/grype" "${pkgdir}/usr/local/bin/${pkgname}"
} \ No newline at end of file