diff options
author | EuAndreh <eu@euandre.org> | 2022-01-21 00:16:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-21 00:19:29 -0300 |
commit | 74cc538fae906f3c85d059e839480a0b22ba5d56 (patch) | |
tree | ccf47da5c90eb09441a60da5b61e0d548a147433 /paku.json | |
parent | aux/: Update (diff) | |
download | package-repository-74cc538fae906f3c85d059e839480a0b22ba5d56.tar.gz package-repository-74cc538fae906f3c85d059e839480a0b22ba5d56.tar.xz |
paku.json: Remove dependency on m4
Diffstat (limited to '')
-rw-r--r-- | paku.json | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -3,12 +3,9 @@ { "name": "td", "suffix": "-latest", - "version": "90f2352c78b921c50f4c8547baa609c272248c30", + "version": "c9d881f67918c6b098d868e0df6c8837632d0d93", "type": "bin", - "description": "Minimalistic bug tracker CLI", - "check_inputs": [ - "m4" - ] + "description": "Minimalistic bug tracker CLI" } ], "queue": [ @@ -24,20 +21,14 @@ "suffix": "", "version": "0.3.1", "type": "bin", - "description": "Git extension to generate web permalinks of files in a repository", - "check_inputs": [ - "m4" - ] + "description": "Git extension to generate web permalinks of files in a repository" }, { "name": "remembering", "suffix": "", "version": "0.2.1", "type": "bin", - "description": "Add memory to dmenu, fzf and similar tools.", - "check_inputs": [ - "m4" - ] + "description": "Add memory to dmenu, fzf and similar tools." } ] } |