summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xupdate.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index d9113786d882..575fb1eff0d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.pkg.tar.xz
+*.pkg.tar*
pkg/
src/
*.zip
diff --git a/update.sh b/update.sh
index 2975ee8a3975..5241ba3c213c 100755
--- a/update.sh
+++ b/update.sh
@@ -16,8 +16,7 @@ updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add .
git commit -m "Upgrade to v${VERSION}"
-makepkg
-sudo pacman -U nvm-${VERSION}-1-any.pkg.tar.xz
+makepkg -i
set +x