summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoni Hokkanen2022-10-25 01:25:27 +0300
committerRoni Hokkanen2022-10-25 01:25:27 +0300
commit52459b9306b40a433cbef98947af98a37b5be047 (patch)
tree057a71fafcfd062ebde90e5e61e8111c07a164f5 /PKGBUILD
parent12b14c7174f1dfeb11589effb33f5cac5cbd4ed7 (diff)
downloadaur-ergo-node.tar.gz
Just noticed that this package will use pre-release versions instead of latest stable release. Add a comment about that.
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)