summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntti2024-01-12 22:30:37 +0200
committerAntti2024-01-12 22:30:37 +0200
commitafadbd1509d413e018bba3bca2f70af5c3cd0816 (patch)
treefc61c2fc87b6fdc47620b8295fb3b7f5ff2e9341 /PKGBUILD
parentd57e120f939699bb218a57080224513debfc9f1c (diff)
downloadaur-afadbd1509d413e018bba3bca2f70af5c3cd0816.tar.gz
openssl 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b099eb4dd16..7c7b6ef95132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modrinth-app
pkgver=0.6.3
-pkgrel=1
+pkgrel=2
pkgdesc='An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.'
url='https://modrinth.com/app'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('rust' 'pnpm')
depends=(
# tauri deps
- 'openssl' 'dbus' 'freetype2' 'gtk3' 'libappindicator-gtk3' 'librsvg' 'libsoup' 'webkit2gtk'
+ 'openssl-1.1' 'dbus' 'freetype2' 'gtk3' 'libappindicator-gtk3' 'librsvg' 'libsoup' 'webkit2gtk'
# minecraft deps
'libgl' 'libpulse' 'libx11' 'libxcursor' 'libxext' 'libxxf86vm'
)