mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-12-27
This commit is contained in:
parent
46a3258242
commit
eece97887b
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.26
|
||||
pkgver = 2020.12.27
|
||||
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-26/ruffle_nightly_2020_12_26_linux.tar.gz
|
||||
sha512sums = 318c613054ab157d7a36117142d09d8688a8420df86dba947d0198e8e1de0aeeae72182094682c93455e41dddca88cbb6e677648c4e75baf1ed9b304ac998c1d
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-27/ruffle_nightly_2020_12_27_linux.tar.gz
|
||||
sha512sums = 94bc27b92994d0f73132fd34936ce74e8c3ab86820678a5c66ab5eae21f15c256557b66ca7fc209fc06a443718825f2704434685b6a6d4a3a354646878b052eb
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2020.12.26
|
||||
pkgver=2020.12.27
|
||||
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=('318c613054ab157d7a36117142d09d8688a8420df86dba947d0198e8e1de0aeeae72182094682c93455e41dddca88cbb6e677648c4e75baf1ed9b304ac998c1d')
|
||||
sha512sums=('94bc27b92994d0f73132fd34936ce74e8c3ab86820678a5c66ab5eae21f15c256557b66ca7fc209fc06a443718825f2704434685b6a6d4a3a354646878b052eb')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue