main/lynx: fix version number

the upstream version 2.8.8rel.2 corresponds to aport version 2.8.8_p2
and a future upstream version 2.8.8rel.3 will be aport version 2.8.8_p3.

bump pkgrel so people actually get the fixed versino with apk upgrade.
This commit is contained in:
Natanael Copa 2015-10-09 07:11:47 +00:00
parent 28d62f838e
commit 3711b28414

View File

@ -2,9 +2,10 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=lynx
pkgver=2.8.8
_relver=${pkgver}rel.2
pkgrel=0
pkgver=2.8.8_p2
_relver=${pkgver/_p/rel.}
_v=${_relver%rel.*}
pkgrel=1
pkgdesc="Cross-platform text-based browser"
url="http://lynx.invisible-island.net/"
arch="all"
@ -15,7 +16,7 @@ install=""
subpackages="$pkgname-doc"
source="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${_relver}.tar.bz2"
_builddir="$srcdir"/${pkgname}${pkgver//./-}
_builddir="$srcdir"/${pkgname}${_v//./-}
prepare() {
local i
cd "$_builddir"