mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-07-07
This commit is contained in:
parent
c45d4abc01
commit
4b2d46b709
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruffle-nightly-bin
|
||||
pkgdesc = A Flash Player emulator written in Rust
|
||||
pkgver = 2023.07.06
|
||||
pkgver = 2023.07.07
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-07-06/ruffle-nightly-2023_07_06-linux-x86_64.tar.gz
|
||||
sha512sums = 043250370b57c02095f5d983b7f286354f9b481a21d13ddac2464b5ad4da7e9590392b2c3388ca1b292b43cf197d8271ef36c89916bc74e9a637336bc9ca9b2e
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-07-07/ruffle-nightly-2023_07_07-linux-x86_64.tar.gz
|
||||
sha512sums = 0847dcee85d2eda482250e24b86319a2fab78a31f9f97ee07131ea25dfea4912a1a17fd11f2dae6b8b0b5c6bd7eaa9ecb79fe0d937d2c7347ddb199628fd5e6e
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.07.06
|
||||
pkgver=2023.07.07
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(openssl zlib libxcb alsa-lib)
|
|||
provides=(ruffle)
|
||||
conflicts=(ruffle-git)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(043250370b57c02095f5d983b7f286354f9b481a21d13ddac2464b5ad4da7e9590392b2c3388ca1b292b43cf197d8271ef36c89916bc74e9a637336bc9ca9b2e)
|
||||
sha512sums=(0847dcee85d2eda482250e24b86319a2fab78a31f9f97ee07131ea25dfea4912a1a17fd11f2dae6b8b0b5c6bd7eaa9ecb79fe0d937d2c7347ddb199628fd5e6e)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue