mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
compton-git: fix homepage/url.
This commit is contained in:
parent
3ea15f3eeb
commit
50f30bc8a9
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcr
|
||||||
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel"
|
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/chjj/compton"
|
homepage="https://github.com/garnetius/compton"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
short_desc="A compositor for X (fork of xcompmgr-dana)"
|
short_desc="A compositor for X (fork of xcompmgr-dana)"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ provides="compton-${version}_${revision}"
|
||||||
replaces="compton>=0"
|
replaces="compton>=0"
|
||||||
|
|
||||||
do_fetch() {
|
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"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${wrksrc}
|
git clone ${url} ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
|
Loading…
Add table
Reference in a new issue