From ee8406772c80755da3f430af2286ecd2e276d862 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 18 Sep 2024 10:12:15 +0600 Subject: [PATCH] chore: add webkit2gtk-4.1 as AUR dependency --- aur-struct/.SRCINFO | 1 + aur-struct/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aur-struct/.SRCINFO b/aur-struct/.SRCINFO index 29eedf74..4c07a045 100644 --- a/aur-struct/.SRCINFO +++ b/aur-struct/.SRCINFO @@ -11,6 +11,7 @@ depends = libsecret depends = jsoncpp depends = libnotify depends = xdg-user-dirs +depends = webkit2gtk-4.1 source = https://github.com/KRTirtho/spotube/releases/download/v3.7.1/spotube-linux-3.7.1-x86_64.tar.xz md5sums = 475b1ae9b08f27743a4d4749391ae3db diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index 4663c3ab..d7e1052b 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -8,7 +8,7 @@ arch=(x86_64) url="https://github.com/KRTirtho/spotube/" license=('BSD-4-Clause') groups=() -depends=('mpv' 'libappindicator-gtk3' 'libsecret' 'jsoncpp' 'libnotify' 'xdg-user-dirs') +depends=('mpv' 'libappindicator-gtk3' 'libsecret' 'jsoncpp' 'libnotify' 'xdg-user-dirs' 'webkit2gtk-4.1') makedepends=() checkdepends=() optdepends=()