aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-28 22:40:44 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-28 22:40:44 -0400
commit962c2fc9374af52ae3137ebf7c537e035644b3c4 (patch)
tree17f8b3dd1a0e77623dda2c8ecb8e1850119fd976
parentfd6e53a6d69c1f6ce04ee66e87eb4cdfbebd985f (diff)
added asdeps flag for gconf
-rwxr-xr-xsource.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source.sh b/source.sh
index 85e3f46..6da1fc9 100755
--- a/source.sh
+++ b/source.sh
@@ -27,13 +27,14 @@ cd ..
aurbuild() {
git clone https://aur.archlinux.org/$1.git
cd $1
+ if [ $2 = '--asdeps' ]; then makepkg --noconfirm --asdeps -si
makepkg --noconfirm -si
cd ..
}
aurbuild preloader-signed &
aurbuild woeusb &
-aurbuild gconf && aurbuild minecraft-launcher-beta&
+aurbuild gconf --asdeps && aurbuild minecraft-launcher-beta&
aurbuild zoom &
gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
aurbuild tor-browser &