mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
Version bump
This commit is contained in:
parent
81ec476382
commit
3dd5972fc4
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue