mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-12-05
This commit is contained in:
parent
5bd7548370
commit
9b6fe9da80
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.04
|
||||
pkgver = 2020.12.05
|
||||
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-04/ruffle_nightly_2020_12_04_linux.tar.gz
|
||||
sha512sums = d0c70ec9926ca4f7bd3ffdf206dd6c290b463d6161ae197e15e60276bf069b5c89575ad216741bfdc63d3f248d40d948c46267a9fb192bb6de0c3c9122e3b767
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-05/ruffle_nightly_2020_12_05_linux.tar.gz
|
||||
sha512sums = 7ae1af799f799d1e223dd07e0d1e35d1b2b8c3ae48e1f5d269563234d5e60da2331e92026a46c48eeea572cf67dd1513e4cb6375fc82faf10281222916a30d54
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2020.12.04
|
||||
pkgver=2020.12.05
|
||||
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=('d0c70ec9926ca4f7bd3ffdf206dd6c290b463d6161ae197e15e60276bf069b5c89575ad216741bfdc63d3f248d40d948c46267a9fb192bb6de0c3c9122e3b767')
|
||||
sha512sums=('7ae1af799f799d1e223dd07e0d1e35d1b2b8c3ae48e1f5d269563234d5e60da2331e92026a46c48eeea572cf67dd1513e4cb6375fc82faf10281222916a30d54')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue