diff --git a/Makefile b/Makefile index b505b6d2..3c3cfb62 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ aursrcinfo: publishaur: echo '[Warning!]: you need SSH paired with AUR'\ && rm -rf build/spotube\ - && git clone ssh://aur@aur.archlinux.org/spotube.git build/spotube\ + && git clone ssh://aur@aur.archlinux.org/spotube-bin.git build/spotube\ && cp aur-struct/PKGBUILD aur-struct/.SRCINFO build/spotube\ && cd build/spotube\ && git add .\ diff --git a/README.md b/README.md index f18d5b97..f2a18d63 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ $ flatpak install flathub com.github.KRTirtho.Spotube Run following terminal ```bash # for `yay` users - $ yay -S spotube + $ yay -S spotube-bin # for `pamac` users - $ pamac install spotube + $ pamac install spotube-bin ```