Skip to content
Snippets Groups Projects
Unverified Commit c9cd26e1 authored by alice's avatar alice
Browse files

testing/glow: fix version output

parent 45c7cc18
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com> # Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname=glow pkgname=glow
pkgver=1.4.1 pkgver=1.4.1
pkgrel=0 pkgrel=1
pkgdesc="Markdown renderer on the CLI, with pizzazz" pkgdesc="Markdown renderer on the CLI, with pizzazz"
url="https://github.com/charmbracelet/glow" url="https://github.com/charmbracelet/glow"
arch="all" arch="all"
...@@ -11,7 +11,7 @@ makedepends="go" ...@@ -11,7 +11,7 @@ makedepends="go"
source="https://github.com/charmbracelet/glow/archive/v$pkgver/glow-$pkgver.tar.gz" source="https://github.com/charmbracelet/glow/archive/v$pkgver/glow-$pkgver.tar.gz"
build() { build() {
go build -v -o bin/$pkgname go build -v -o bin/$pkgname -ldflags "-X main.Version=$pkgver"
} }
check() { check() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment