mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
parent
9d4ce8fa3e
commit
9e67e8ccd4
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user