summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-07 19:37:12 -0500
committerCarlos Aznarán2024-03-07 19:37:12 -0500
commit3529086505ae9728b606ffe5469cf191a2472542 (patch)
tree34f0cbf8f3f8936ea49abd33ce147342fd9a9289
parent108bd2e0172458b441989b403a438c4de1cf8a4a (diff)
downloadaur-nancy-bin.tar.gz
Update license name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a278782d6d..cb7e67c16f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = nancy-bin
url = https://github.com/sonatype-nexus-community/nancy
arch = x86_64
arch = i686
- license = Apache
+ license = Apache-2.0
provides = nancy
source_x86_64 = https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.46/nancy-v1.0.46-linux-amd64.tar.gz
sha512sums_x86_64 = 3ebdc488a9fdfa1a02f93bbb35af322f83e1d9cc7f90a0cff4d1b4d355fa6bbc21e3271be0b0926573d4cbf87ea66a6c1045cbd47d550edda4621075eafa12f8
diff --git a/PKGBUILD b/PKGBUILD
index 9df44a794142..1295e485d12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='A tool to check for vulnerabilities in your Golang dependencies'
arch=(x86_64 i686)
url="https://github.com/sonatype-nexus-community/${_pkgname}"
-license=(Apache)
+license=(Apache-2.0)
provides=("${_pkgname}")
_src="${url}/releases/download/v${pkgver}/${_pkgname}"
source_x86_64=("${_src}-v${pkgver}-linux-amd64.tar.gz")