diff --git a/PKGBUILD b/PKGBUILD index b59048e..ec30837 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: David Thurstenson 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() { diff --git a/aur-sync-devel b/aur-sync-devel index e3fd9e2..9320d98 100755 --- a/aur-sync-devel +++ b/aur-sync-devel @@ -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