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`
This commit is contained in:
Kainoa Kanter 2022-01-17 03:00:07 -08:00 committed by GitHub
parent 633ca2d267
commit f9291cc04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/KRTirtho/spotube/"
license=('BSD 4-Clause')
groups=()
depends=()
depends=('libkeybinder3')
makedepends=()
checkdepends=()
optdepends=()