summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTom Wadley2020-09-25 16:13:26 -0400
committerTom Wadley2020-09-25 16:14:14 -0400
commit29c2ca13a8c3215406e0e3f6735df2ff26ad1d45 (patch)
treebb6941fca4f09438049426a54d002a7de8f86fe0 /update.sh
parentc234cb6b3a596e33e88b976988a1ad05eba0cf09 (diff)
downloadaur-29c2ca13a8c3215406e0e3f6735df2ff26ad1d45.tar.gz
Fix update.sh and .gitignore to allow for uncompressed packages from makepkg
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
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