Adjusted AUR package build process

* Don't install runtime dependencies while building packages
* Fix issue #17 (again)
This commit is contained in:
2Shirt 2018-03-06 02:49:21 -07:00
parent 06a72e29fb
commit e4edb809f5

View file

@ -273,7 +273,7 @@ function update_repo() {
curl -LsfO https://aur.archlinux.org/cgit/aur.git/snapshot/$p.tar.gz
tar xf $p.tar.gz
pushd $p >/dev/null
makepkg -s --noconfirm
makepkg -d
popd >/dev/null
mv -n $p/*xz "$REPO_DIR"/
done < "$ROOT_DIR/.linux_items/packages/aur"