version bump

This commit is contained in:
Anjishnu Banerjee 2026-01-10 10:56:18 +05:30
parent b9171a29d5
commit aa7eccfb5f
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.0
pkgver = 0.3.5
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.0/starpsx-linux-x86_64.zip
sha256sums = 29e191cedf62e0322b798413629edb2e269e500fcb1576d2b66f59d4b94e1cc9
source = https://github.com/kaezrr/starpsx/releases/download/v0.3.5/starpsx-linux-x86_64.zip
sha256sums = c5e0d2ebfffb9405059011267ab33e5be4f7a4e357fa4ae06ade84168eec0aef
pkgname = starpsx-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Kaezr <kaezr.dev at gmail dot com>
pkgname=starpsx-bin
pkgver=0.3.0
pkgver=0.3.5
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=('29e191cedf62e0322b798413629edb2e269e500fcb1576d2b66f59d4b94e1cc9')
sha256sums=('c5e0d2ebfffb9405059011267ab33e5be4f7a4e357fa4ae06ade84168eec0aef')
package() {
cd "${srcdir}/starpsx-linux-x86_64"