Version bump

This commit is contained in:
Anjishnu Banerjee 2026-01-14 18:04:31 +05:30
parent aa7eccfb5f
commit 2e41dc4e7c
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
pkgbase = starpsx-bin
pkgdesc = A WIP PlayStation 1 emulator written in Rust
pkgver = 0.3.5
pkgver = 0.4.2
pkgrel = 1
url = https://github.com/kaezrr/starpsx
arch = x86_64
license = GPL-3.0-or-later
provides = starpsx
source = https://github.com/kaezrr/starpsx/releases/download/v0.3.5/starpsx-linux-x86_64.zip
sha256sums = c5e0d2ebfffb9405059011267ab33e5be4f7a4e357fa4ae06ade84168eec0aef
source = https://github.com/kaezrr/starpsx/releases/download/v0.4.2/starpsx-linux-x86_64.zip
sha256sums = 485fe23250625d7cb1d7efd95476a8d8c4bceb989ded71f46c75e07bf3b3fa72
pkgname = starpsx-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Kaezr <kaezr.dev at gmail dot com>
pkgname=starpsx-bin
pkgver=0.3.5
pkgver=0.4.2
pkgrel=1
pkgdesc="A WIP PlayStation 1 emulator written in Rust"
arch=('x86_64')
@ -9,7 +9,7 @@ license=('GPL-3.0-or-later')
provides=('starpsx')
source=("https://github.com/kaezrr/starpsx/releases/download/v${pkgver}/starpsx-linux-x86_64.zip")
sha256sums=('c5e0d2ebfffb9405059011267ab33e5be4f7a4e357fa4ae06ade84168eec0aef')
sha256sums=('485fe23250625d7cb1d7efd95476a8d8c4bceb989ded71f46c75e07bf3b3fa72')
package() {
cd "${srcdir}/starpsx-linux-x86_64"