aur-sync-devel: build in clean chroot

This commit is contained in:
David Thurstenson 2021-09-25 14:52:59 -05:00
parent 03c4817b78
commit 7dada39111
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: David Thurstenson <thurstylark@gmail.com>
pkgname=tl-aurutils-helpers
pkgver=0.1
pkgver=0.2
pkgrel=1
pkgdesc="Scripts for automating common aurutils tasks"
arch=('any')
@ -11,7 +11,7 @@ source=("aur-remove"
"aur-sync-devel"
"aur-vercmp-devel")
md5sums=('e6daee721038a55017b84cf32aa081bb'
'b57425fd69e51200a0de40354b127e32'
'0363a0fb4cb07a162ca57c00879a895f'
'19fb39b8b745dc3ecea1df8d2eca9307')
package() {

View File

@ -2,4 +2,4 @@
mapfile -t packages < <(aur vercmp-devel | cut -d: -f1)
aur sync "${packages[@]}" --no-ver-argv
aur sync -c "${packages[@]}" --no-ver-argv