mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-12-08
This commit is contained in:
parent
0431920a7f
commit
335d1d4c55
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 = 2020.12.07
|
||||
pkgver = 2020.12.08
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,8 +12,8 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-07/ruffle_nightly_2020_12_07_linux.tar.gz
|
||||
sha512sums = 986f527addb413e5aaccece214dbe637a559b6e0c965dae0a4e59a17373e2283c49b78fc4c8f264b45f73f43efe612d8a6822ab78efb48be72866a2d8bed5997
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-08/ruffle_nightly_2020_12_08_linux.tar.gz
|
||||
sha512sums = 49f478e0fbdb448f659121fd2c28edea46795f9e8a4dd2ad3d24faf94c3108d603e3bce94b08233072c6b0a6d3f5cbeabee671b41c67898d1c343df1214e8c68
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2020.12.07
|
||||
pkgver=2020.12.08
|
||||
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.tar.gz")
|
||||
sha512sums=('986f527addb413e5aaccece214dbe637a559b6e0c965dae0a4e59a17373e2283c49b78fc4c8f264b45f73f43efe612d8a6822ab78efb48be72866a2d8bed5997')
|
||||
sha512sums=('49f478e0fbdb448f659121fd2c28edea46795f9e8a4dd2ad3d24faf94c3108d603e3bce94b08233072c6b0a6d3f5cbeabee671b41c67898d1c343df1214e8c68')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue