blob: aa90cc1c6d8065d916bced22b9d5d824ac24a2f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2022.08.07
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
license = Apache
license = MIT
depends = openssl
depends = zlib
depends = libxcb
depends = alsa-lib
provides = ruffle
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2022-08-07/ruffle-nightly-2022_08_07-linux-x86_64.tar.gz
sha512sums = SKIP
pkgname = ruffle-nightly-bin
|