summaryrefslogtreecommitdiff
path: root/repo/system/readline.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-16 02:27:41 +0000
committerdavidovski <david@davidovski.xyz>2022-01-16 02:27:41 +0000
commit91ed29d7dda0c5764bfc991985bf98adab0890f0 (patch)
tree936e59025c55e921ec06ad202991c5b66710abc2 /repo/system/readline.xibuild
parentcb447620084a20be80d116c81c2e9ec110be7118 (diff)
added PKG_VER to xibuilds
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"