diff options
author | davidovski <david@davidovski.xyz> | 2022-05-17 19:10:55 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-17 19:10:55 +0100 |
commit | 50fb6c032e72a26b3fd881a18e1d1f535c95e0fc (patch) | |
tree | 67e7043022f14f601dddd87be911d38a4d58269c /repo/devel/automake | |
parent | 213021de0aaf5439db7d58ca1447db4ae6af92be (diff) |
fixed packages for llvm based toolchain
Diffstat (limited to 'repo/devel/automake')
-rw-r--r-- | repo/devel/automake/automake.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/automake/automake.xibuild b/repo/devel/automake/automake.xibuild index 8b8951f..689d63c 100644 --- a/repo/devel/automake/automake.xibuild +++ b/repo/devel/automake/automake.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make autoconf" -DEPS="perl bash" +DEPS="perl" PKG_VER=1.16.5 SOURCE=https://ftp.gnu.org/gnu/automake/automake-$PKG_VER.tar.xz |