Update some packages, add command to ppa

This commit is contained in:
moparisthebest
2020-11-22 12:43:01 -05:00
parent 4771d6bdc6
commit 1b96358c5f
19 changed files with 172 additions and 274 deletions

4
ppa
View File

@@ -191,6 +191,10 @@ grep_deps() {
grep "$1" src/*/PKGBUILD
}
git_add_changes() {
git add -f $(git status | grep -E '^.+(modified|deleted):' | sed 's/.* //' | tr '\n' ' ')
}
if [ "$#" -gt 0 ]; then
[ -d "$src_dir" ] || mkdir -p "$src_dir"
[ -d "$pkg_dir" ] || mkdir -p "$pkg_dir"