mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-12-09
This commit is contained in:
parent
ba58127084
commit
cacfcc95a2
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.12.07
|
||||
pkgver = 2023.12.09
|
||||
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-12-07/ruffle-nightly-2023_12_07-linux-x86_64.tar.gz
|
||||
sha512sums = 9e6a09d35dc84228ed0661c6bafe420a3e000dd1e4e5594451e27913a1808be99d60b0c45c4aac6c848e8fbdd8372c5f112f16e8edb670ad129f327f48f78a73
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-12-09/ruffle-nightly-2023_12_09-linux-x86_64.tar.gz
|
||||
sha512sums = b708acd72067b1f1aff929a0c45a9effc2cc700ad831f4400cde22647e607046cd40e6489e82cf6d39924438a6aa781e529914de37cee15f24723cb72b109577
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.12.07
|
||||
pkgver=2023.12.09
|
||||
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=(9e6a09d35dc84228ed0661c6bafe420a3e000dd1e4e5594451e27913a1808be99d60b0c45c4aac6c848e8fbdd8372c5f112f16e8edb670ad129f327f48f78a73)
|
||||
sha512sums=(b708acd72067b1f1aff929a0c45a9effc2cc700ad831f4400cde22647e607046cd40e6489e82cf6d39924438a6aa781e529914de37cee15f24723cb72b109577)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue