mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-07-20
This commit is contained in:
parent
13cda34dea
commit
34e6d17fd1
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.19
|
||||
pkgver = 2025.07.20
|
||||
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-19/ruffle-nightly-2025_07_19-linux-x86_64.tar.gz
|
||||
sha512sums = f5916273bbfa22bc384e58eee6fd085d70c58df3b671db3d66c176c6f6b20084a4faf644ab94118307a5b8b088e64225778bd681995c5afdf5138561518ab36d
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-07-20/ruffle-nightly-2025_07_20-linux-x86_64.tar.gz
|
||||
sha512sums = 97e41e850056818ceb96b4d28b942df146907b395dff63a705c5cd8805858e26fd13bdf721a2e6b9c03d06935320fbf726a48cf7ab83484afbae24f8883ce7ce
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.07.19
|
||||
pkgver=2025.07.20
|
||||
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=(f5916273bbfa22bc384e58eee6fd085d70c58df3b671db3d66c176c6f6b20084a4faf644ab94118307a5b8b088e64225778bd681995c5afdf5138561518ab36d)
|
||||
sha512sums=(97e41e850056818ceb96b4d28b942df146907b395dff63a705c5cd8805858e26fd13bdf721a2e6b9c03d06935320fbf726a48cf7ab83484afbae24f8883ce7ce)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue