From e1e5340e241038ce8574bf02370be0cf78cc85a2 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sun, 6 Feb 2022 10:11:08 +0600 Subject: [PATCH] publishaur script & docs updated accroding to new name of the package in aur --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ```