X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by lists.alpinelinux.org (Postfix) with ESMTP id 76D4F5C6611 for ; Tue, 20 Nov 2018 22:55:33 +0000 (GMT) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx7.valuehost.ru (Postfix) with ESMTP id 1F39148528 for ; Wed, 21 Nov 2018 01:55:31 +0300 (MSK) From: alpine-mips-patches Date: Tue, 20 Nov 2018 22:10:57 +0000 Subject: [alpine-aports] [PATCH] community/remind: fix source URL To: alpine-aports@lists.alpinelinux.org Message-Id: <20181120225531.1F39148528@mx7.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Also update the project's web site according to the notice on the old page. --- community/remind/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/remind/APKBUILD b/community/remind/APKBUILD index c9f45927a1..4187db55ac 100644 --- a/community/remind/APKBUILD +++ b/community/remind/APKBUILD @@ -3,14 +3,14 @@ pkgname=remind pkgver=3.1.15 _pkgver=03.01.15 -pkgrel=0 +pkgrel=1 pkgdesc="Sophisticated calendar and alarm program" -url="https://www.roaringpenguin.com/products/remind" +url="https://dianne.skoll.ca/projects/remind/" arch="all" license="GPL-2.0" options="!check" subpackages="$pkgname-doc tkremind::noarch" -source="https://www.roaringpenguin.com/files/download/$pkgname-$_pkgver.tar.gz" +source="https://dianne.skoll.ca/projects/remind/download/$pkgname-$_pkgver.tar.gz" builddir="$srcdir"/$pkgname-$_pkgver build() { -- 2.19.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---