summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-19 16:57:34 +0000
committerdavidovski <david@davidovski.xyz>2022-01-19 16:57:34 +0000
commit390d34fa645130e865daef20fe4faacff04b073a (patch)
tree913be41db1fb9db58ed6fa4225eae53346546000 /repo/system
parent59226f47c992f627879ed8648f2b33251af3b17a (diff)
fixed typo in glib's source
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/glib.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild
index 5cbeb6e..a256588 100644
--- a/repo/system/glib.xibuild
+++ b/repo/system/glib.xibuild
@@ -3,7 +3,7 @@
DEPS=(pcre libffi zlib glibc libxslt gdb)
PKG_VER=2.70.2
-SOURCE=https://download.gnome.org/sources/glib/$($PKG_VER | cut -d. -f-2)/glib-$PKG_VER.tar.xz
+SOURCE=https://download.gnome.org/sources/glib/$(echo $PKG_VER | cut -d. -f-2)/glib-$PKG_VER.tar.xz
DESC="Low level core library"
build () {