summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aff8fc65c4c..2de33398fe1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,14 +24,15 @@ backup=()
options=()
install=
changelog=
-source=("git+$url")
+source=("git+$url#commit=952eee1a29219839df0c7fb2f442e60d41163551")
noextract=()
sha256sums=('SKIP')
validpgpkeys=()
package() {
- # Compile
+ # Compile stable version
cd "${srcdir}"/linux-command-gpt
+ git checkout v$pkgver
go build -o lcg
# Add it to /usr/bin to make it executable