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