summaryrefslogtreecommitdiff
path: root/repo/system/libnl.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libnl.xibuild')
-rw-r--r--repo/system/libnl.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/system/libnl.xibuild b/repo/system/libnl.xibuild
index 4cf2385..f2d16c2 100644
--- a/repo/system/libnl.xibuild
+++ b/repo/system/libnl.xibuild
@@ -5,7 +5,9 @@ DEPS=(glibc)
PKG_VER=3.5.0
SOURCE=https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-$PKG_VER.tar.gz
-ADDITIONAL=(https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-doc-$PKG_VER.tar.gz)
+ADDITIONAL=(
+ https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-doc-$PKG_VER.tar.gz
+)
DESC="Library for applications dealing with netlink sockets"