Commit 142648f598425c58917cff00eaf9aab01aa08844
1 parent
d6abc6d2
Exists in
develop
Fixing arch build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
arch/PKGBUILD
... | ... | @@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/" |
9 | 9 | arch=(i686 x86_64) |
10 | 10 | license=(GPL) |
11 | 11 | depends=() |
12 | -makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool) | |
12 | +makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool gzip) | |
13 | 13 | checkdepends=() |
14 | 14 | |
15 | 15 | #groups=(gnome) | ... | ... |