summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1271c56b5ea..0dfea0a8bef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=nancy-bin
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to check for vulnerabilities in your Golang dependencies"
arch=(x86_64 i686)
url="https://github.com/sonatype-nexus-community/nancy"
license=(Apache)
provides=(nancy)
-_src="${url}/releases/download/v${pkgver}/nancy-linux."
+_src="${url}/releases/download/v${pkgver}/nancy-linux-"
source_x86_64=("${_src}amd64-v${pkgver}.tar.gz")
source_i686=("${_src}386-v${pkgver}.tar.gz")
sha256sums_x86_64=('f33e5af30cf3d91dfa743814e99d130a18819b5f4eda6b5c22b7f3039d1d23b5')