Version bump

This commit is contained in:
Anjishnu Banerjee 2026-01-21 22:09:55 +05:30
parent 2e41dc4e7c
commit 5b9b6dd3de
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.4.2
pkgver = 0.5.0
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.4.2/starpsx-linux-x86_64.zip
sha256sums = 485fe23250625d7cb1d7efd95476a8d8c4bceb989ded71f46c75e07bf3b3fa72
source = https://github.com/kaezrr/starpsx/releases/download/v0.5.0/starpsx-linux-x86_64.zip
sha256sums = 254b777853170123da8ff78519d97dbd024fcb75264f2d0afc82ea41f9528fde
pkgname = starpsx-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Kaezr <kaezr.dev at gmail dot com>
pkgname=starpsx-bin
pkgver=0.4.2
pkgver=0.5.0
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=('485fe23250625d7cb1d7efd95476a8d8c4bceb989ded71f46c75e07bf3b3fa72')
sha256sums=('254b777853170123da8ff78519d97dbd024fcb75264f2d0afc82ea41f9528fde')
package() {
cd "${srcdir}/starpsx-linux-x86_64"