[arch-commits] Commit in profile-sync-daemon/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Apr 1 08:15:58 UTC 2020
Date: Wednesday, April 1, 2020 @ 08:15:58
Author: dvzrv
Revision: 608614
upgpkg: profile-sync-daemon 6.36-2: Adding inetutils to depens, as hostname is required (FS#66052).
Modified:
profile-sync-daemon/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 05:29:22 UTC (rev 608613)
+++ PKGBUILD 2020-04-01 08:15:58 UTC (rev 608614)
@@ -3,12 +3,12 @@
pkgname=profile-sync-daemon
pkgver=6.36
-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' 'procps-ng' 'rsync' 'systemd')
+depends=('bash' 'findutils' 'inetutils' '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")
More information about the arch-commits
mailing list