fix nebula-bgme
This commit is contained in:
parent
3cb448beb7
commit
575aa61f2b
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Robin Broda <coderobe @ archlinux.org>
|
||||
pkgname=nebula-bgme
|
||||
_pkgname=nebula
|
||||
pkgver=1.7.2
|
||||
pkgrel=2
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/slackhq/nebula'
|
||||
|
@ -13,7 +13,7 @@ options=('!lto')
|
|||
conflicts=('nebula')
|
||||
provides=('nebula')
|
||||
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('c4771ce6eb3e142f88f5f4c12443cfca140bf96b2746c74f9536bd1a362f3f88')
|
||||
sha256sums=('85c048b6d39296eeb8cf2d3324124d834011121383d0550662018190494d433e')
|
||||
|
||||
build() {
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
|
|
@ -15,4 +15,4 @@ def pre_build():
|
|||
tag = get_latest_release_tag()
|
||||
pkgver = tag.lstrip('v')
|
||||
|
||||
update_pkgver_and_pkgrel(pkgver, True)
|
||||
update_pkgver_and_pkgrel(pkgver, updpkgsums=True)
|
||||
|
|
Loading…
Reference in a new issue