[ALL] Remove libssl1.1 from package dependencies

This commit is contained in:
Ben C 2023-04-19 11:38:41 -04:00
parent 3b930c54be
commit 0d7ada646e
No known key found for this signature in database
GPG Key ID: 556064B755159BBC
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
"category": "Game",
"copyright": "",
"deb": {
"depends": ["libssl1.1"]
"depends": []
},
"externalBin": [],
"icon": [

View File

@ -6,7 +6,7 @@ pkgdesc="A CLI To Manage Outer Wilds Mods"
arch=("x86_64")
url="https://github.com/Bwc9876/ow-mod-man/owmods_cli"
license=('GPL3')
depends=('openssl-1.1' 'glibc' 'gcc-libs')
depends=('glibc' 'gcc-libs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Bwc9876/ow-mod-man/releases/download/cli_v$pkgver/owmods.tar.zst")
sha256sums=()

View File

@ -7,7 +7,7 @@ pkgdesc="A GUI To Manage Outer Wilds Mods"
arch=('x86_64')
url="https://github.com/Bwc9876/ow-mod-man/owmods_gui"
license=('GPL3')
depends=('glibc' 'gtk3' 'openssl-1.1' 'hicolor-icon-theme' 'glib2' 'gcc-libs' 'gdk-pixbuf2' 'webkit2gtk' 'cairo')
depends=('glibc' 'gtk3' 'hicolor-icon-theme' 'glib2' 'gcc-libs' 'gdk-pixbuf2' 'webkit2gtk' 'cairo')
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/Bwc9876/ow-mod-man/releases/download/gui_v${pkgver}/${_appname}_${pkgver}_amd64.deb")
sha256sums=()