From 6ef08f9d3594c857d04ec343b731567d331d5550 Mon Sep 17 00:00:00 2001 From: Lugubris Date: Sat, 24 Aug 2019 19:42:28 +0000 Subject: [PATCH] tty-clock: fix travis ci warning travis-ci asked to place replaces= after checksum= -> https://travis-ci.org/void-linux/void-packages/jobs/576259908 --- srcpkgs/tty-clock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tty-clock/template b/srcpkgs/tty-clock/template index b3871ee98e0..fe2f291098a 100644 --- a/srcpkgs/tty-clock/template +++ b/srcpkgs/tty-clock/template @@ -2,7 +2,6 @@ pkgname=tty-clock version=2.3 revision=1 -replaces="tty-clock-git>=0" makedepends="ncurses-devel" short_desc="Digital clock in ncurses" maintainer="Orphaned " @@ -10,6 +9,7 @@ license="GPL-3" homepage="https://github.com/xorg62/tty-clock" distfiles="https://github.com/xorg62/tty-clock/archive/v${version}.tar.gz" checksum=343e119858db7d5622a545e15a3bbfde65c107440700b62f9df0926db8f57984 +replaces="tty-clock-git>=0" do_build() { make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lncursesw"