testing/nitro: bump pkgver

Update to pkgver. Use a format that apk understands, then modify to naming
convention used within project.
This commit is contained in:
Bradley J Chambers 2017-09-08 10:32:04 -04:00 committed by Natanael Copa
parent 9d4ce8fa3e
commit 9e67e8ccd4

View File

@ -1,8 +1,8 @@
# Contributor: Bradley J Chambers <brad.chambers@gmail.com>
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=nitro
pkgver=2.7
_pkgver="$pkgver"dev-2
pkgver=2.7_beta2
_ver=${pkgver/_beta/dev-}
pkgrel=0
pkgdesc="The Nitro NITF project"
url="https://github.com/hobu/nitro"
@ -12,10 +12,10 @@ depends=""
makedepends="cmake linux-headers"
install=""
subpackages="$pkgname-dev"
source="$pkgname-$_pkgver.tar.gz::https://github.com/hobu/$pkgname/archive/$_pkgver.tar.gz
source="$pkgname-$_ver.tar.gz::https://github.com/hobu/$pkgname/archive/$_ver.tar.gz
fix-path-max.patch
"
builddir="$srcdir/$pkgname-$_pkgver"
builddir="$srcdir/$pkgname-$_ver"
options="!check"
build() {