summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-23 18:14:18 +0800
committerzxp198210052024-02-23 18:14:18 +0800
commit5ad16c9fd8b7d257df1ef89105935d49e820ce53 (patch)
treecb6b11647ad7a128a63196d87769a64924061f6f
parent328586909d70ad1cadda26753d39b91b65d8faac (diff)
downloadaur-5ad16c9fd8b7d257df1ef89105935d49e820ce53.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8fc26c37821..18422f4f1839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hoverfly-bin
pkgdesc = Lightweight service virtualization/API simulation tool for developers and testers
pkgver = 1.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://hoverfly.io
arch = aarch64
arch = i686
arch = x86_64
- license = Apache
+ license = Apache-2.0
provides = hoverfly=1.6.3
conflicts = hoverfly
source_aarch64 = hoverfly-bin-1.6.3-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.3/hoverfly_bundle_linux_arm64.zip
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")