chore: add webkit2gtk-4.1 as AUR dependency

This commit is contained in:
Kingkor Roy Tirtho 2024-09-18 10:12:15 +06:00
parent 5ac534619f
commit ee8406772c
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ depends = libsecret
depends = jsoncpp depends = jsoncpp
depends = libnotify depends = libnotify
depends = xdg-user-dirs 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 source = https://github.com/KRTirtho/spotube/releases/download/v3.7.1/spotube-linux-3.7.1-x86_64.tar.xz
md5sums = 475b1ae9b08f27743a4d4749391ae3db md5sums = 475b1ae9b08f27743a4d4749391ae3db

View File

@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/KRTirtho/spotube/" url="https://github.com/KRTirtho/spotube/"
license=('BSD-4-Clause') license=('BSD-4-Clause')
groups=() 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=() makedepends=()
checkdepends=() checkdepends=()
optdepends=() optdepends=()