summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTom Wadley2020-09-25 16:18:55 -0400
committerTom Wadley2020-09-25 16:18:55 -0400
commitf73cc675cbe618cdd06ca3380305cea451c34a65 (patch)
tree6edccc35a9b19091aaab782d0ad2c1e68975d030 /update.sh
parentcb6d8095cc0aafe15574543da1235879fc6b010b (diff)
downloadaur-f73cc675cbe618cdd06ca3380305cea451c34a65.tar.gz
Fix update.sh and .gitignore to allow for uncompressed packages from makepkg
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index c5fb66e0b8dd..d7b9b56948e9 100755
--- a/update.sh
+++ b/update.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -x
-makepkg
+makepkg -i
makepkg --printsrcinfo > .SRCINFO
git add .