summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti2024-01-12 22:29:31 +0200
committerAntti2024-01-12 22:29:31 +0200
commitd0316d138ff09d88e6a271bbf994c00aae14a3e8 (patch)
tree5140c50f05149a3049c10b57b144f1888a0d3385
parentd8187434eeca6a41921d4824bc5025d6bfc0c285 (diff)
downloadaur-d0316d138ff09d88e6a271bbf994c00aae14a3e8.tar.gz
openssl 1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e661ba58b022..3ea3ad83b7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = modrinth-app-bin
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.
pkgver = 0.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://modrinth.com/app
arch = x86_64
license = GPL3
- depends = openssl
+ depends = openssl-1.1
depends = dbus
depends = freetype2
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index a985a298b30a..d5b7fe184860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=modrinth-app-bin
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')
license=('GPL3')
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'
)