summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2024-05-11 20:03:40 +0200
committerPhillip Schichtel2024-05-11 20:03:40 +0200
commit569304d21b052ca0de11717a09efcc8eacf75ca9 (patch)
tree1a44559998b4d9fd91dc80faeec223a2f2655aec
parent781b09bcdf682186347877e41b4dd6ef8b39fe22 (diff)
downloadaur-569304d21b052ca0de11717a09efcc8eacf75ca9.tar.gz
update SRCINFO
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56109874e919..971e85656b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nomad-pack-git
pkgdesc = A templating and packaging tool used with HashiCorp Nomad.
- pkgver = v0.0.1.techpreview2.r101.ge633fd0
+ pkgver = v0.0.1.techpreview2.r194.gbff08ce
pkgrel = 1
url = https://github.com/hashicorp/nomad-pack
arch = x86_64
arch = armv7h
arch = aarch64
- license = MPL2
+ license = MPL-2.0
makedepends = git
makedepends = go
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index 9860757f515f..e2bfaec99953 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Phillip Schichtel <phillip@schich.tel>
pkgname=nomad-pack-git
-pkgver=v0.0.1.techpreview2.r101.ge633fd0
+pkgver=v0.0.1.techpreview2.r194.gbff08ce
pkgrel=1
pkgdesc="A templating and packaging tool used with HashiCorp Nomad."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/hashicorp/nomad-pack"
-license=('MPL2')
+license=('MPL-2.0')
depends=(openssl git)
makedepends=(git go)
optdepends=(bash-completion)