mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-07-30
This commit is contained in:
parent
6b64837476
commit
af562b6810
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.07.29
|
||||
pkgver = 2025.07.30
|
||||
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-07-29/ruffle-nightly-2025_07_29-linux-x86_64.tar.gz
|
||||
sha512sums = 70c4b6f2bc6aacaa1adf519db214fb4ed62c84c2640dbdb84b5e1d65996b57326452094fb3ad010411ffd670e05b2676872ce60d526e76796810c264172dac35
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-07-30/ruffle-nightly-2025_07_30-linux-x86_64.tar.gz
|
||||
sha512sums = a4e2db9e853f855ab932d60f8e86332e1a287b7f34198c8af8fb1b9e91736f25d31592c1ac21b73b3779a0ede799f8ff3b1a7e959bf98b7a07104f2a56c843be
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.07.29
|
||||
pkgver=2025.07.30
|
||||
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=(70c4b6f2bc6aacaa1adf519db214fb4ed62c84c2640dbdb84b5e1d65996b57326452094fb3ad010411ffd670e05b2676872ce60d526e76796810c264172dac35)
|
||||
sha512sums=(a4e2db9e853f855ab932d60f8e86332e1a287b7f34198c8af8fb1b9e91736f25d31592c1ac21b73b3779a0ede799f8ff3b1a7e959bf98b7a07104f2a56c843be)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue