publishaur script & docs updated accroding to new name of the package in aur

This commit is contained in:
Kingkor Roy Tirtho 2022-02-06 10:11:08 +06:00
parent e1f66c9c7a
commit e1e5340e24
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ aursrcinfo:
publishaur: publishaur:
echo '[Warning!]: you need SSH paired with AUR'\ echo '[Warning!]: you need SSH paired with AUR'\
&& rm -rf build/spotube\ && 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\ && cp aur-struct/PKGBUILD aur-struct/.SRCINFO build/spotube\
&& cd build/spotube\ && cd build/spotube\
&& git add .\ && git add .\

View File

@ -84,9 +84,9 @@ $ flatpak install flathub com.github.KRTirtho.Spotube
Run following terminal Run following terminal
```bash ```bash
# for `yay` users # for `yay` users
$ yay -S spotube $ yay -S spotube-bin
# for `pamac` users # for `pamac` users
$ pamac install spotube $ pamac install spotube-bin
``` ```