From 0968057011a8a012a6f3178d007592d1d4e86617 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sat, 13 Apr 2024 00:44:56 +0200 Subject: [PATCH] chore: We don't need openssl/libssl now --- PKGBUILD | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e51012d42..abfe45508 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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") diff --git a/README.md b/README.md index 414b158c7..001cd8c21 100644 --- a/README.md +++ b/README.md @@ -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