summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-02-23 18:14:18 +0800
committerzxp198210052024-02-23 18:14:18 +0800
commit5ad16c9fd8b7d257df1ef89105935d49e820ce53 (patch)
treecb6b11647ad7a128a63196d87769a64924061f6f /PKGBUILD
parent328586909d70ad1cadda26753d39b91b65d8faac (diff)
downloadaur-5ad16c9fd8b7d257df1ef89105935d49e820ce53.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0167f2ae227c..ebe92d056f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=hoverfly-bin
pkgver=1.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight service virtualization/API simulation tool for developers and testers"
arch=(
'aarch64'
@@ -11,7 +11,7 @@ arch=(
)
url='https://hoverfly.io'
_ghurl="https://github.com/SpectoLabs/hoverfly"
-license=('Apache')
+license=('Apache-2.0')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_bundle_linux_arm64.zip")