From b00313bef364669fdd0ee272a2efcc81cca9360e Mon Sep 17 00:00:00 2001 From: Dax Ravi Date: Thu, 4 Aug 2022 10:58:25 -0400 Subject: [PATCH] Fix --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f3da625..3f52d74 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,7 +7,7 @@ pkgbase = bun-bin license = MIT provides = bun=0.1.6 provides = bun - source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.6/bun-linux-x64-0.1.6.zip + source = bun-linux-x64-0.1.6.zip::https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.6/bun-linux-x64.zip sha512sums = SKIP pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index 0977eb6..d700b96 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ arch=('x86_64') url="https://github.com/Jarred-Sumner/bun" license=('MIT') provides=("bun=$pkgver" 'bun') -source=("https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64-${pkgver}.zip") +source=("bun-linux-x64-${pkgver}.zip::https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip") sha512sums=('SKIP')