Commit 5ce7ca425635c760b9f4856d4f017282b4016828
1 parent
0cbd705d
Exists in
master
and in
3 other branches
Fixing arch deps.
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 imagemagick openssl-1.0 make) | |
12 | +makedepends=(autoconf automake make openssl-devel) | |
13 | 13 | checkdepends=() |
14 | 14 | |
15 | 15 | #groups=(gnome) | ... | ... |