chore: We don't need openssl/libssl now

This commit is contained in:
Nathan Adams 2024-04-13 00:44:56 +02:00
parent d89ed716b7
commit 0968057011
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
url="https://ruffle.rs/"
license=('Apache' 'MIT')
depends=(openssl zlib libxcb alsa-lib)
depends=(zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle-git)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")

View File

@ -62,7 +62,6 @@ The following are typical dependencies for Linux:
* libxcb-shape0-dev
* libxcb-xfixes0-dev
* libgtk-3-dev
* libssl-dev
* libudev-dev
* libxcb-xinput-dev
* libxcb-xkb-dev