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 1/2] 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=() From f6d95a621f8af2b79d80dd38855235ae093d1147 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Mon, 17 Jan 2022 03:00:35 -0800 Subject: [PATCH 2/2] Increase pkgrel --- aur-struct/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index 3e0264a3..38e8bca5 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kingkor Roy Tirtho pkgname=spotube pkgver=1.0.1 -pkgrel=1 +pkgrel=2 epoch= pkgdesc="A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed" arch=(x86_64)