diff options
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/alpine.yml | 1 | ||||
| -rw-r--r-- | .builds/debian.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 9084135..e471f9f 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -4,6 +4,7 @@ packages: - automake - libtool - gettext +- gettext-dev sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: diff --git a/.builds/debian.yml b/.builds/debian.yml index a78f3c9..580976d 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -4,6 +4,7 @@ packages: - automake - libtool - gettext +- autopoint sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: |