summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-01-06 08:31:03 +0700
committerkhai96_2021-01-06 08:31:03 +0700
commit27b4a09a226f0d0036799314820388d5da0bdb31 (patch)
treeb3518f4683b5238ef8411ee99ed4bede11dd52d3
parent6c8131b4fa59b64248d1f3e2e374f9266b874bce (diff)
downloadaur-27b4a09a226f0d0036799314820388d5da0bdb31.tar.gz
Change code style
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 693e856d1ccc..3d8bf5064a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='Universal WebAssembly runtime'
arch=('x86_64')
license=('MIT')
url='https://wasmer.io/'
+_repo='https://github.com/wasmerio/wasmer'
depends=('bash')
conflicts=(
'wasmer'
@@ -28,8 +29,8 @@ provides=(
"libwamser.so=$pkgver"
)
source=(
- "wasmer-linux-amd64-${pkgver}.tar.gz"::"https://github.com/wasmerio/wasmer/releases/download/${pkgver}/wasmer-linux-amd64.tar.gz"
- "https://raw.githubusercontent.com/wasmerio/wasmer/${pkgver}/LICENSE"
+ "wasmer-linux-amd64-$pkgver.tar.gz"::"$_repo/releases/download/$pkgver/wasmer-linux-amd64.tar.gz"
+ "https://raw.githubusercontent.com/wasmerio/wasmer/$pkgver/LICENSE"
)
sha512sums=(
'SKIP'