mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Version bump
This commit is contained in:
parent
2e41dc4e7c
commit
5b9b6dd3de
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.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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue