mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
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:
parent
28d62f838e
commit
3711b28414
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user