summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarthana Epa2022-10-13 19:08:10 +1100
committerNarthana Epa2022-10-13 19:08:10 +1100
commit29fcaeff3b97804f487a98f1fc0fa19c8cbb8b6b (patch)
treea2d21165fb5a1d6713f151ab307790b38e620f00 /PKGBUILD
parent2df2f62418b525af803897ab7870ed39492b6232 (diff)
downloadaur-29fcaeff3b97804f487a98f1fc0fa19c8cbb8b6b.tar.gz
Use tag in source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 198128602f31..845e923eae8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=buildkite-agent-bin
pkgver=3.36.1
-_commit='79f5ed9aad089fddc33f0665fd8e31f3decca48f'
pkgrel=1
pkgdesc='The Buildkite Agent'
arch=('x86_64' 'armv7h' 'aarch64')
url='https://buildkite.com/docs/agent/v3'
license=('MIT')
options=('!strip' 'staticlibs')
-source=("git+https://github.com/buildkite/agent.git#commit=$_commit"
+source=("git+https://github.com/buildkite/agent.git#tag=v$pkgver"
'buildkite-agent.sysusers'
'buildkite-agent.tmpfiles')
backup=('etc/buildkite-agent/buildkite-agent.cfg')