From a79308ddb3a02cb90321d669835411d8f78049c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 16 Nov 2020 17:35:15 +0100 Subject: [PATCH] ptii: fix distfile URI --- srcpkgs/ptii/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ptii/template b/srcpkgs/ptii/template index 11e66fe23e6..4aab94cabde 100644 --- a/srcpkgs/ptii/template +++ b/srcpkgs/ptii/template @@ -4,11 +4,11 @@ version=0.4 revision=2 build_style=gnu-makefile makedepends="inotify-tools-devel" -short_desc="A simple program you can use with ii" +short_desc="Simple program you can use with ii" maintainer="Diogo Leal " license="WTFPL" homepage="http://git.z3bra.org/cgit.cgi/ptii/" -distfiles="http://repo.voidlinux.de/distfiles/ptii-${version}/ptii-${version}.tar.bz2" +distfiles="https://repo.voidlinux.de/distfiles/ptii-${version}/ptii-${version}.tar.bz2" checksum=2f130417251938c9947293f4df07b6db37909e03d4f600e0af025d1ae6a02d26 LDFLAGS="-lpthread"