This commit is contained in:
James McMurray 2022-02-13 22:22:06 +01:00
parent 2f649ed3ef
commit b006c74eb5
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = wasm4-bin pkgbase = wasm4-bin
pkgdesc = Build retro games using WebAssembly for a fantasy console pkgdesc = Build retro games using WebAssembly for a fantasy console
pkgver = 2.2.0 pkgver = 2.3.0
pkgrel = 1 pkgrel = 1
url = https://github.com/aduros/wasm4 url = https://github.com/aduros/wasm4
arch = x86_64 arch = x86_64
@ -9,9 +9,9 @@ pkgbase = wasm4-bin
provides = wasm4 provides = wasm4
conflicts = wasm4 conflicts = wasm4
options = !strip options = !strip
source = wasm4-2.2.0.zip::https://github.com/aduros/wasm4/releases/download/v2.2.0/w4-linux.zip source = wasm4-2.3.0.zip::https://github.com/aduros/wasm4/releases/download/v2.3.0/w4-linux.zip
source = https://raw.githubusercontent.com/aduros/wasm4/main/LICENSE.txt source = https://raw.githubusercontent.com/aduros/wasm4/main/LICENSE.txt
sha256sums = 64bf04bcc3e65cdfaeeb814f22a186aa4de9be6577a79653ae3e3857227afa7b sha256sums = e3c84e2a42492a9672a503dc5978b7f680807eda6b9cd6f10063c9fc8bf06716
sha256sums = SKIP sha256sums = SKIP
pkgname = wasm4-bin pkgname = wasm4-bin

View file

@ -4,7 +4,7 @@
_pkgname="wasm4" _pkgname="wasm4"
pkgname=wasm4-bin pkgname=wasm4-bin
_binname=w4 _binname=w4
pkgver=2.2.0 pkgver=2.3.0
pkgrel=1 pkgrel=1
pkgdesc='Build retro games using WebAssembly for a fantasy console' pkgdesc='Build retro games using WebAssembly for a fantasy console'
arch=('x86_64') arch=('x86_64')
@ -12,7 +12,7 @@ url='https://github.com/aduros/wasm4'
license=('ISC') license=('ISC')
depends=('npm') depends=('npm')
source=("${_pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/w4-linux.zip" "https://raw.githubusercontent.com/aduros/wasm4/main/LICENSE.txt") source=("${_pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/w4-linux.zip" "https://raw.githubusercontent.com/aduros/wasm4/main/LICENSE.txt")
sha256sums=('64bf04bcc3e65cdfaeeb814f22a186aa4de9be6577a79653ae3e3857227afa7b' 'SKIP') sha256sums=('e3c84e2a42492a9672a503dc5978b7f680807eda6b9cd6f10063c9fc8bf06716' 'SKIP')
provides=('wasm4') provides=('wasm4')
conflicts=('wasm4') conflicts=('wasm4')
options=('!strip') options=('!strip')