aur-sync-devel: build in clean chroot
This commit is contained in:
parent
03c4817b78
commit
7dada39111
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
||||||
pkgname=tl-aurutils-helpers
|
pkgname=tl-aurutils-helpers
|
||||||
pkgver=0.1
|
pkgver=0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Scripts for automating common aurutils tasks"
|
pkgdesc="Scripts for automating common aurutils tasks"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -11,7 +11,7 @@ source=("aur-remove"
|
||||||
"aur-sync-devel"
|
"aur-sync-devel"
|
||||||
"aur-vercmp-devel")
|
"aur-vercmp-devel")
|
||||||
md5sums=('e6daee721038a55017b84cf32aa081bb'
|
md5sums=('e6daee721038a55017b84cf32aa081bb'
|
||||||
'b57425fd69e51200a0de40354b127e32'
|
'0363a0fb4cb07a162ca57c00879a895f'
|
||||||
'19fb39b8b745dc3ecea1df8d2eca9307')
|
'19fb39b8b745dc3ecea1df8d2eca9307')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
mapfile -t packages < <(aur vercmp-devel | cut -d: -f1)
|
mapfile -t packages < <(aur vercmp-devel | cut -d: -f1)
|
||||||
|
|
||||||
aur sync "${packages[@]}" --no-ver-argv
|
aur sync -c "${packages[@]}" --no-ver-argv
|
||||||
|
|
Loading…
Reference in New Issue