From fd521d015f0fbbbce5d7086400d075b931813acb Mon Sep 17 00:00:00 2001 From: Xtr126 Date: Sun, 5 Jan 2025 16:04:34 +0530 Subject: [PATCH] fix: Change AUR webkit2gtk dependency to webkit2gtk-4.1 (#3102) --- src/content/docs/distribute/aur.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/distribute/aur.mdx b/src/content/docs/distribute/aur.mdx index 0fe4c658eb..d17900b87d 100644 --- a/src/content/docs/distribute/aur.mdx +++ b/src/content/docs/distribute/aur.mdx @@ -26,7 +26,7 @@ pkgdesc="Description of your app" arch=('x86_64' 'aarch64') url="https://github.com//" license=('mit') -depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk') +depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1') options=('!strip' '!emptydirs') install=${pkgname}.install source_x86_64=("https://github.com///releases/download/v$pkgver/appname_"$pkgver"_amd64.deb") @@ -82,7 +82,7 @@ pkgdesc="Description of your app" arch=('x86_64' 'aarch64') url="https://github.com//" license=('mit') -depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk') +depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1') options=('!strip' '!emptydirs') install=${pkgname}.install source_x86_64=("https://github.com///releases/download/v$pkgver/appname_"$pkgver"_amd64.deb") @@ -125,7 +125,7 @@ pkgdesc="Description of your app" arch=('any') url="https://github.com//" license=('mit') -depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk') +depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1') makedepends=('git' 'file' 'openssl' 'appmenu-gtk-module' 'libappindicator-gtk3' 'librsvg' 'base-devel' 'curl' 'wget' 'rustup' 'npm' 'nodejs' 'dpkg') provides=('') conflicts=('' '')