summaryrefslogtreecommitdiff
path: root/repo/system/guile.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/guile.xibuild')
-rw-r--r--repo/system/guile.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/system/guile.xibuild b/repo/system/guile.xibuild
index fd65daa..c5413ff 100644
--- a/repo/system/guile.xibuild
+++ b/repo/system/guile.xibuild
@@ -2,7 +2,9 @@
DEPS=(gmp libltdl ncurses texinfo libunistring gc libffi)
-SOURCE=https://ftp.gnu.org/gnu/guile/guile-2.2.7.tar.gz
+
+PKG_VER=2.2.7
+SOURCE=https://ftp.gnu.org/gnu/guile/guile-$PKG_VER.tar.gz
DESC="Portable, embeddable Scheme implementation written in C"
build () {