summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 .