mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-06-07
This commit is contained in:
parent
708d13a733
commit
86a941e5f5
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 = 2024.06.06
|
||||
pkgver = 2024.06.07
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-06/ruffle-nightly-2024_06_06-linux-x86_64.tar.gz
|
||||
sha512sums = 869e5885886117775620b2347dc853bc7d502dd35c9c99a6f35fc82ab7653cef023dcbe6530235e1ff51aa9bfd8af350e6acd36fd91af510726fdb6c351a1af2
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-07/ruffle-nightly-2024_06_07-linux-x86_64.tar.gz
|
||||
sha512sums = bcf35b7f9a783404be8f3566277ebbf4046ea8d14f18d3fd14a93d85f32b0bed37551326250bdeba27a9cddbbbd9eeabd906bf4096c9638f42b34d932563051f
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.06.06
|
||||
pkgver=2024.06.07
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(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=(869e5885886117775620b2347dc853bc7d502dd35c9c99a6f35fc82ab7653cef023dcbe6530235e1ff51aa9bfd8af350e6acd36fd91af510726fdb6c351a1af2)
|
||||
sha512sums=(bcf35b7f9a783404be8f3566277ebbf4046ea8d14f18d3fd14a93d85f32b0bed37551326250bdeba27a9cddbbbd9eeabd906bf4096c9638f42b34d932563051f)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue