about summary refs log tree commit diff
path: root/xcheckmypkgs
diff options
context:
space:
mode:
Diffstat (limited to 'xcheckmypkgs')
-rwxr-xr-xxcheckmypkgs8
1 files changed, 8 insertions, 0 deletions
diff --git a/xcheckmypkgs b/xcheckmypkgs
new file mode 100755
index 0000000..3fe3ef3
--- /dev/null
+++ b/xcheckmypkgs
@@ -0,0 +1,8 @@
+#!/bin/sh
+# xcheckmypkgs [EMAIL] - check your packages for updates
+
+cd "$(xdistdir)" &&
+for pkg in $(xmypkgs "$@"); do
+	echo "checking: $pkg"
+	./xbps-src update-check "$pkg" |grep -v '^=> Using'
+done