mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-03-24
This commit is contained in:
parent
fd807dbd47
commit
942e26d894
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 = 2025.03.23
|
||||
pkgver = 2025.03.24
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-03-23/ruffle-nightly-2025_03_23-linux-x86_64.tar.gz
|
||||
sha512sums = b7ef37bcdd6cf24f73d773c44821e7cd58bac7066ce9a13036af51b1245b721aa92fb9254da674946079f0c973e7041e3e92daea49a881a9b5c8c0355d899d6c
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-03-24/ruffle-nightly-2025_03_24-linux-x86_64.tar.gz
|
||||
sha512sums = 48fc2abbcc36da761900c1a57f23e0017ef5bdad5bfeb7b6531bae9695763e5662bbc464ea2b9eb6296e148bc63855ee271f54f45022c1d3787ce8d2450924fc
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.03.23
|
||||
pkgver=2025.03.24
|
||||
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)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(b7ef37bcdd6cf24f73d773c44821e7cd58bac7066ce9a13036af51b1245b721aa92fb9254da674946079f0c973e7041e3e92daea49a881a9b5c8c0355d899d6c)
|
||||
sha512sums=(48fc2abbcc36da761900c1a57f23e0017ef5bdad5bfeb7b6531bae9695763e5662bbc464ea2b9eb6296e148bc63855ee271f54f45022c1d3787ce8d2450924fc)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue