mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-10-29
This commit is contained in:
parent
6ac6aaeea9
commit
d0e427f671
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-bin
|
||||
pkgver=nightly.2020.10.24
|
||||
pkgver=nightly.2020.10.29
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -8,7 +8,7 @@ url="https://ruffle.rs/"
|
|||
license=('Apache' 'MIT')
|
||||
conflicts=(ruffle-git)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/${pkgver//./-}/ruffle_${pkgver//./_}_linux.tar.gz")
|
||||
sha512sums=('e57c3814ebb4089be2b2c0e374e970cc13a2e7dbdcdff300b3affa476921fef5efae9ca65c2c08d4f53440dd4b017bb996aca247ad4e3de7a808e1d29f8bb508')
|
||||
sha512sums=('37a4f49cc232e04fd559635ac30cbc35ac05d16e326d031110ff3932389876db4782e2517ff6bfb65a135732b20fccd59f3a5516510f40633674c25c7ef23fec')
|
||||
|
||||
package() {
|
||||
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/ruffle"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue