diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:50:51 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:50:51 +0200 |
| commit | f92c2d7834ce029a8b1a5f199296cba5e59342aa (patch) | |
| tree | 9d321d26a855612d391656b48c3dba2881352a60 /aur | |
| parent | 721668ea57fda4254ceee9146c6b6bee470b3fc6 (diff) | |
Recent alterations
Diffstat (limited to 'aur')
| -rwxr-xr-x | aur | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ echo -ne "Edit PKGBUILD? " read -r edit [ "$edit" = "y" ] && $EDITOR PKGBUILD echo Building... -if makepkg -f; then +if makepkg -srf; then name=$1"-$(sed -n 's/pkgver=//p' PKGBUILD)-$(sed -n 's/pkgrel=//p' PKGBUILD)" echo Installing... - sudo pacman -U "$name"*.xz + sudo pacman -U $name*.xz fi |
