summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Fuhrimann2021-01-11 18:26:44 +0100
committerTobi Fuhrimann2021-01-11 18:26:44 +0100
commitd6ac10fcd050a606bca0a82fc8816ed98064b28c (patch)
tree148cf181c9efaeec6e87ac2c8dd91d9a91004040
parent745db2d86555311fb51743dd1d9aec4c8ab9dfe1 (diff)
downloadaur-d6ac10fcd050a606bca0a82fc8816ed98064b28c.tar.gz
Fix download path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7bcf0e04151..df4761b61852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = nancy-bin
arch = i686
license = Apache
provides = nancy
- source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.6/nancy-linux.amd64-v1.0.6.tar.gz
+ source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.6/nancy-linux-amd64-v1.0.6.tar.gz
sha256sums_x86_64 = f33e5af30cf3d91dfa743814e99d130a18819b5f4eda6b5c22b7f3039d1d23b5
- source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.6/nancy-linux.386-v1.0.6.tar.gz
+ source_i686 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.6/nancy-linux-386-v1.0.6.tar.gz
sha256sums_i686 = a0d5d3b46f7640b35708a6b1d0b7aeb876458b3195443060fa76b7b0a10ba75e
pkgname = nancy-bin
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')