summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom "Ravi" Hale2018-11-04 14:54:46 +0700
committerTom "Ravi" Hale2023-06-29 09:40:08 +0700
commitae776432421d13fc791bf01795fdaf4683dc887a (patch)
treea2d7732d95db9e66f582608ae275d1326b182ece
parent33c2f252ca190d047359748f8b2f56714aeacbdf (diff)
downloadaur-ae776432421d13fc791bf01795fdaf4683dc887a.tar.gz
make-check: allow for package compression options
-rwxr-xr-xmake-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-check b/make-check
index 77ce3dde7940..31ea8d69eda4 100755
--- a/make-check
+++ b/make-check
@@ -19,6 +19,6 @@ else
fi
namcap PKGBUILD
-namcap ./*.tar.xz
+namcap ./*.pkg.*
makepkg --printsrcinfo >| .SRCINFO && echo "Updated .SRCINFO" >&2