summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e77196b7a23d..239ca0931d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,8 @@ source=(
"ergo-node.service"
)
+# Pkgver should be changed to use github's api at https://api.github.com/repos/ergoplatform/ergo/releases/latest
+# Right now if there is a prerelease this package will download it instead of the latest stable release
pkgver() {
cd ergo
ver=$(git describe --tags)