From 50b843d53d635f75d923d92fe8412e29c7f37fca Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Jun 2013 19:07:18 +0200 Subject: [PATCH] profile-sync-daemon: set noarch; move depends to pkg section; misc tweaks. --- srcpkgs/profile-sync-daemon/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/profile-sync-daemon/template b/srcpkgs/profile-sync-daemon/template index 79147ea0a59..ada4441707d 100644 --- a/srcpkgs/profile-sync-daemon/template +++ b/srcpkgs/profile-sync-daemon/template @@ -1,9 +1,8 @@ # Template file for 'profile-sync-daemon' pkgname=profile-sync-daemon version=5.36.1 -revision=1 -depends="rsync" -short_desc="Syncs browser profiles to tmpfs." +revision=2 +short_desc="Syncs browser profiles to tmpfs" maintainer="graysky " license="MIT" homepage="https://github.com/graysky2/profile-sync-daemon" @@ -19,8 +18,10 @@ do_install() { } profile-sync-daemon_package() { + noarch="yes" conf_files="/etc/psd.conf" + depends="rsync" pkg_install() { - vmove all + vmove all } }