Version bump

This commit is contained in:
Anjishnu Banerjee 2026-02-06 21:37:40 +05:30
parent 81ec476382
commit 3dd5972fc4
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.5.2
pkgver = 0.6.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.5.2/starpsx-linux-x86_64.zip
sha256sums = 80ed88052c9fd525f03301ec08573732a2a01710bc8e869a8cd37e6f8d120002
source = https://github.com/kaezrr/starpsx/releases/download/v0.6.0/starpsx-linux-x86_64.zip
sha256sums = 5254076c937ed11f1dac5504b678476f6c736db21786841221a413948fad2ae5
pkgname = starpsx-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Kaezr <kaezr.dev at gmail dot com>
pkgname=starpsx-bin
pkgver=0.5.2
pkgver=0.6.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=('80ed88052c9fd525f03301ec08573732a2a01710bc8e869a8cd37e6f8d120002')
sha256sums=('5254076c937ed11f1dac5504b678476f6c736db21786841221a413948fad2ae5')
package() {
cd "${srcdir}/starpsx-linux-x86_64"