summaryrefslogtreecommitdiff
path: root/repo/system/readline.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/readline.xibuild')
-rw-r--r--repo/system/readline.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/system/readline.xibuild b/repo/system/readline.xibuild
index 8b47463..4c1f4ed 100644
--- a/repo/system/readline.xibuild
+++ b/repo/system/readline.xibuild
@@ -2,7 +2,9 @@
DEPS=(glibc ncurses)
-SOURCE=https://ftp.gnu.org/gnu/readline/readline-8.1.tar.gz
+PKG_VER=8.1
+
+SOURCE=https://ftp.gnu.org/gnu/readline/readline-$PKG_VER.tar.gz
DESC="a set of libraries that offer command line editing and history capabilities"