diff options
author | info@mobile-stream.com <info@mobile-stream.com> | 2018-11-20 22:10:57 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-26 09:01:37 +0000 |
commit | 64db5a5bff1fbef5893dc89fe294517bb48a99b0 (patch) | |
tree | 828a711ea162e62e69e1526a4a1d536604c28ffb /community | |
parent | e80509f7f18aacc5bef852ce4791ba49aaa10fa4 (diff) | |
download | aports-64db5a5bff1fbef5893dc89fe294517bb48a99b0.tar.bz2 aports-64db5a5bff1fbef5893dc89fe294517bb48a99b0.tar.xz |
community/remind: fix source URL
Also update the project's web site according to the notice on the old page.
Diffstat (limited to 'community')
-rw-r--r-- | community/remind/APKBUILD | 6 |
1 files 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() { |