From cc4b76f8f90111425ba58934e88c2faaf8d8e8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 30 Nov 2018 12:01:08 +0100 Subject: [PATCH] profile-sync-daemon: rebuild for metadata --- srcpkgs/profile-sync-daemon/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/profile-sync-daemon/template b/srcpkgs/profile-sync-daemon/template index 749ec59a755..910ca957983 100644 --- a/srcpkgs/profile-sync-daemon/template +++ b/srcpkgs/profile-sync-daemon/template @@ -2,17 +2,19 @@ pkgname=profile-sync-daemon reverts=6.12_1 version=5.75 -revision=2 +revision=3 noarch=yes depends="rsync" short_desc="Syncs browser profiles to tmpfs" maintainer="graysky " license="MIT" homepage="https://github.com/graysky2/profile-sync-daemon" -distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz" +distfiles="http://repo-ck.com/source/$pkgname/profile-sync-daemon-${version}.tar.xz" checksum=ecb9acc0f274eb645b7dcb0510f692194feda8dbeffa3bb2834ce91cba76fcf6 do_install() { make PREFIX=/usr DESTDIR=${DESTDIR} install-bin install-man vsv psd + vlicense LICENCE + vlicense MIT }