From f9291cc04b1bc021f42394ce73c60f9832d72fce Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Mon, 17 Jan 2022 03:00:07 -0800 Subject: [PATCH] Add `libkeybinder3` as aur dep Without, it will say `spotube: error while loading shared libraries: libkeybinder-3.0.so.0: cannot open shared object file: No such file or directory` --- aur-struct/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index 448fc3d9..3e0264a3 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=() +depends=('libkeybinder3') makedepends=() checkdepends=() optdepends=()