summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Del Rosario2021-05-13 17:29:56 -0500
committerMichael Del Rosario2021-05-13 17:29:56 -0500
commitfc61cee487ce8678c03760fa98dc3aef041557a4 (patch)
tree695d482493f85bdfc51fe7797bcc85b43957d3b3 /PKGBUILD
parent6b6874a9c699f6e57d558e2a4da8c9383347d686 (diff)
downloadaur-fc61cee487ce8678c03760fa98dc3aef041557a4.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 7e71012ab4c6..d8b603bb65d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='grype'
pkgver=0.11.0
-pkgrel=2
+pkgrel=3
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_0/grype" "${pkgdir}/usr/local/bin/${pkgname}"
+ install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/${pkgname}"
} \ No newline at end of file