Date: Monday, July 5, 2021 @ 16:27:30 Author: dvzrv Revision: 972414 upgpkg: profile-sync-daemon 6.44-2: Rebuild to remove inetutils.
The inetutils dependency has been dropped with >= 6.43: https://bugs.archlinux.org/task/69855 Modified: profile-sync-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-05 16:22:57 UTC (rev 972413) +++ PKGBUILD 2021-07-05 16:27:30 UTC (rev 972414) @@ -3,12 +3,12 @@ pkgname=profile-sync-daemon pkgver=6.44 -pkgrel=1 +pkgrel=2 pkgdesc="Symlinks and syncs browser profile dirs to RAM" arch=('any') url="https://github.com/graysky2/profile-sync-daemon" license=('MIT') -depends=('bash' 'findutils' 'inetutils' 'procps-ng' 'rsync' 'systemd') +depends=('bash' 'findutils' 'procps-ng' 'rsync' 'systemd') optdepends=('zsh-completions: for completion when using zsh') install="${pkgname}.install" source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
