Date: Thursday, May 19, 2022 @ 21:47:51 Author: foxboron Revision: 1209291
upgpkg: nomad 1.3.0-1: upgpkg: nomad 1.3.0-1 Modified: nomad/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-19 21:39:31 UTC (rev 1209290) +++ PKGBUILD 2022-05-19 21:47:51 UTC (rev 1209291) @@ -2,8 +2,8 @@ # Maintainer: Morten Linderud <foxbo...@archlinux.org> pkgname=nomad -pkgver=1.2.6 -pkgrel=3 +pkgver=1.3.0 +pkgrel=1 pkgdesc="A simple and flexible workload orchestrator" arch=('x86_64') url="https://www.nomadproject.io" @@ -22,7 +22,7 @@ ) backup=(etc/nomad.d/defaults.hcl) options=('!lto') -_commit='95514d569610f15ce49b4a7a1a6bfd3e7b3e7b4f' +_commit='52e95d64113e01be05d585d8b4c07f6f19efebbc' source=( "$pkgname::git+https://github.com/hashicorp/nomad.git#commit=$_commit" 'systemd.service' @@ -40,12 +40,11 @@ pkgver() { cd "$pkgname" - git describe --tags | sed 's/^v//' } prepare() { - cd "$pkgname" + cd "$pkgname" # create directory for build output mkdir build @@ -55,7 +54,7 @@ } build() { - cd "$pkgname" + cd "$pkgname" local GO_TAGS="ui release"