Updated for new aurutils (can't be arsed for specifics)
This commit is contained in:
parent
7dada39111
commit
0b41eaa739
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.2
|
pkgver=0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Scripts for automating common aurutils tasks"
|
pkgdesc="Scripts for automating common aurutils tasks"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -10,7 +10,7 @@ depends=('aurutils')
|
||||||
source=("aur-remove"
|
source=("aur-remove"
|
||||||
"aur-sync-devel"
|
"aur-sync-devel"
|
||||||
"aur-vercmp-devel")
|
"aur-vercmp-devel")
|
||||||
md5sums=('e6daee721038a55017b84cf32aa081bb'
|
md5sums=('24b357851065a39e8a0b7af2e9ca980b'
|
||||||
'0363a0fb4cb07a162ca57c00879a895f'
|
'0363a0fb4cb07a162ca57c00879a895f'
|
||||||
'19fb39b8b745dc3ecea1df8d2eca9307')
|
'19fb39b8b745dc3ecea1df8d2eca9307')
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ if [ "$#" -eq 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
aur repo --path-list | while read -r repo_path; do
|
aur repo --list-path | while read -r repo_path; do
|
||||||
repo-remove "$repo_path" "$@"
|
repo-remove "$repo_path" "$@"
|
||||||
paccache -c "${repo_path%/*}" -rvk0 "$@"
|
paccache -c "${repo_path%/*}" -rvk0 "$@"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue