summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wadley2020-09-25 16:18:55 -0400
committerTom Wadley2020-09-25 16:18:55 -0400
commitf73cc675cbe618cdd06ca3380305cea451c34a65 (patch)
tree6edccc35a9b19091aaab782d0ad2c1e68975d030
parentcb6d8095cc0aafe15574543da1235879fc6b010b (diff)
downloadaur-f73cc675cbe618cdd06ca3380305cea451c34a65.tar.gz
Fix update.sh and .gitignore to allow for uncompressed packages from makepkg
-rw-r--r--.gitignore2
-rwxr-xr-xupdate.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0265afe3a5bd..bb72bf94a0dd 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 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 .