mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-12-15
This commit is contained in:
parent
3afae2539c
commit
d959e34c3f
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.14
|
||||
pkgver = 2020.12.15
|
||||
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-14/ruffle_nightly_2020_12_14_linux.tar.gz
|
||||
sha512sums = e34e18159a75c444a230e383d579d3423f261ac5aa2bf4f29b348f0d799d9ced4fb963eb8c066b75a87335bf46ff6bfd1c517c6aecca269ae410fb51f46a8d20
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-15/ruffle_nightly_2020_12_15_linux.tar.gz
|
||||
sha512sums = 2a47b720a4479234f38985034e5e5f3303bbeb85043e6d1bd03d8cd7976afa5cb518fe45652b0c118fbe7897d71132e35c3318fe30548c0229105b521476fcd1
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2020.12.14
|
||||
pkgver=2020.12.15
|
||||
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=('e34e18159a75c444a230e383d579d3423f261ac5aa2bf4f29b348f0d799d9ced4fb963eb8c066b75a87335bf46ff6bfd1c517c6aecca269ae410fb51f46a8d20')
|
||||
sha512sums=('2a47b720a4479234f38985034e5e5f3303bbeb85043e6d1bd03d8cd7976afa5cb518fe45652b0c118fbe7897d71132e35c3318fe30548c0229105b521476fcd1')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue