mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-11-30
This commit is contained in:
parent
fd9efe3410
commit
8098bbf2a7
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ruffle-nightly-bin
|
||||
pkgdesc = A Flash Player emulator written in Rust
|
||||
pkgver = 2020.11.27
|
||||
pkgrel = 2
|
||||
pkgver = 2020.11.30
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
|
|
@ -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-11-27/ruffle_nightly_2020_11_27_linux.tar.gz
|
||||
sha512sums = 0780215c1738e409fc7962b997d7a9b60767224bcde67663135594741703fc4765dfd1c8734118c85f3ab1a4033206607e1ad99c00979f06dc4b50a81a5b6ac0
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-30/ruffle_nightly_2020_11_30_linux.tar.gz
|
||||
sha512sums = d8090aca149342e32ca5ab4c4cfbaf76a351079df409fba3137f946a0d67a868efc7e10bed7ef79874a17fa2bbb32b104f16c7ce4371ac9c00b43e3611b6dd58
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2020.11.27
|
||||
pkgrel=2
|
||||
pkgver=2020.11.30
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
url="https://ruffle.rs/"
|
||||
|
|
@ -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=('0780215c1738e409fc7962b997d7a9b60767224bcde67663135594741703fc4765dfd1c8734118c85f3ab1a4033206607e1ad99c00979f06dc4b50a81a5b6ac0')
|
||||
sha512sums=('d8090aca149342e32ca5ab4c4cfbaf76a351079df409fba3137f946a0d67a868efc7e10bed7ef79874a17fa2bbb32b104f16c7ce4371ac9c00b43e3611b6dd58')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue