Update loads of packages

This commit is contained in:
moparisthebest
2017-01-20 10:44:07 -05:00
parent 133a87ff2d
commit d48de2c46d
36 changed files with 106 additions and 97 deletions

7
rebuild_changed.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
script="./arch-ppa"
[ "$1" == '-d' ] && script="echo $script" && shift
$script rebuild aur $(comm -23 <(git status | grep -o 'src/[^/]*/PKGBUILD' | sed -e 's@^src/@@' -e 's@/PKGBUILD$@@' | sort | uniq) <(echo "$@" | tr ' ' '\n' | sort | uniq) | tr '\n' ' ')