Skip to content

Commit

Permalink
ci: Update PKGBUILD for AUR package
Browse files Browse the repository at this point in the history
  • Loading branch information
Herschel committed Apr 25, 2021
1 parent 3708520 commit 3e9ae40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('Apache' 'MIT')
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")
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
sha512sums=('SKIP')

package() {
Expand Down

0 comments on commit 3e9ae40

Please sign in to comment.