# HG changeset patch # User Paul Issott # Date 1285358489 0 # Node ID 36a0e1608714cabae08ee12cd175b891d5ae9ccd # Parent 32cde9ab53116558e7790c1d20ab9dbd3588a227 Update tty-clock diff -r 32cde9ab5311 -r 36a0e1608714 tty-clock/receipt --- a/tty-clock/receipt Fri Sep 24 04:32:19 2010 +0000 +++ b/tty-clock/receipt Fri Sep 24 20:01:29 2010 +0000 @@ -1,19 +1,19 @@ # SliTaz package receipt. PACKAGE="tty-clock" -VERSION="20091220" +VERSION="20100924" CATEGORY="utilities" SHORT_DESC="Analog ncurses clock." MAINTAINER="paul@slitaz.org" DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev git" -WEB_SITE="http://gitorious.org/holizz-github/tty-clock" +WEB_SITE="http://github.com/Karnash/tty-clock" TAGS="clock" # Rules to configure and make the package. compile_rules() { - git clone git://gitorious.org/holizz-github/tty-clock.git + git clone http://github.com/Karnash/tty-clock.git mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null cd $src make