diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 10:20:11 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-27 14:22:05 +0000 |
commit | 78fb19d661bb61cd9dbd53830e5b09847ccb37e1 (patch) | |
tree | 474e4013a7e4683f5f56b0ea4dd103266c12bae6 /main/lynx/APKBUILD | |
parent | 5dbfed7b0a3c31c39b690ba14ecceee7b64179bd (diff) | |
download | aports-78fb19d661bb61cd9dbd53830e5b09847ccb37e1.tar.bz2 aports-78fb19d661bb61cd9dbd53830e5b09847ccb37e1.tar.xz |
main/lynx: fix url fix license
Diffstat (limited to 'main/lynx/APKBUILD')
-rw-r--r-- | main/lynx/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/lynx/APKBUILD b/main/lynx/APKBUILD index 79dc3a6ab3..c044a6da30 100644 --- a/main/lynx/APKBUILD +++ b/main/lynx/APKBUILD @@ -5,14 +5,13 @@ pkgname=lynx pkgver=2.8.8_p2 _relver=${pkgver/_p/rel.} _v=${_relver%rel.*} -pkgrel=8 +pkgrel=1 pkgdesc="Cross-platform text-based browser" -url="http://lynx.invisible-island.net/" +url="https://lynx.invisible-island.net/" arch="all" -license="GPL" +license="GPL-2.0-only" depends="gzip" makedepends="openssl-dev gettext zlib-dev glib-dev perl ncurses-dev" -install="" subpackages="$pkgname-doc" source="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${_relver}.tar.bz2 ncurses.patch |