From 50f30bc8a94711b1efcfbfea71cfede00358ccee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 8 Aug 2016 08:50:07 +0200 Subject: [PATCH] compton-git: fix homepage/url. --- srcpkgs/compton-git/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/compton-git/template b/srcpkgs/compton-git/template index b4fe837f0a..3da36d51c7 100644 --- a/srcpkgs/compton-git/template +++ b/srcpkgs/compton-git/template @@ -8,7 +8,7 @@ makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcr libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel" depends="desktop-file-utils" maintainer="Juan RP " -homepage="https://github.com/chjj/compton" +homepage="https://github.com/garnetius/compton" license="MIT" short_desc="A compositor for X (fork of xcompmgr-dana)" @@ -16,7 +16,7 @@ provides="compton-${version}_${revision}" replaces="compton>=0" do_fetch() { - local url="git://github.com/chjj/compton.git" + local url="git://github.com/garnetius/compton.git" msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc}