summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Greb2021-02-08 22:29:58 +0100
committerSven Greb2021-02-08 22:29:58 +0100
commit1e41e27cc2f6709f04f13de3853e441446a4734f (patch)
tree6763e5406fb94db0a121b8c33a86d185afb2e619 /PKGBUILD
parent266da108c36f5b39345db415d97e680f34dc3877 (diff)
downloadaur-1e41e27cc2f6709f04f13de3853e441446a4734f.tar.gz
Improve build script documentations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b016cea80bf2..968e02b8e40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ sha256sums=("SKIP")
build() {
cd "$pkgname"
- # We're using the Git repository as source to get metadata information for the binary, but using a stable version tag
- # instead of the latest commit since this is not a `-git` package.
+ # We're building from source to get metadata information for the binary, but using a stable version tag instead of
+ # the latest commit since this is not a `-git` package.
git checkout "v$pkgver"
# mage is build with mage itself, therefore we simluate the execution of the provided `bootstrap.go` installation