summaryrefslogtreecommitdiff
path: root/repo/xmlto
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
committerdavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
commit05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch)
tree0b058ac267139f2a0525dec42b307664363e5b11 /repo/xmlto
parent4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff)
Making things work
Diffstat (limited to 'repo/xmlto')
-rw-r--r--repo/xmlto/xmlto.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/xmlto/xmlto.xibuild b/repo/xmlto/xmlto.xibuild
index 0efc381..82b9cf4 100644
--- a/repo/xmlto/xmlto.xibuild
+++ b/repo/xmlto/xmlto.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
-MAKEDEPS="make "
-DEPS="libxslt"
+MAKEDEPS="make util-linux"
+DEPS="libxslt util-linux"
PKG_VER=0.0.28
SOURCE=https://releases.pagure.org/xmlto/xmlto-$PKG_VER.tar.bz2