Commit be2e9490f51f211bbf71dcf50717674935b8e5ae
Committed by
GitHub
Exists in
develop
Merge pull request #24 from PerryWerneck/develop
Fixing arch and mac builds.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
@@ -129,7 +129,7 @@ To uninstall | @@ -129,7 +129,7 @@ To uninstall | ||
129 | 2. build | 129 | 2. build |
130 | 130 | ||
131 | ```shell | 131 | ```shell |
132 | - jhbuild --moduleset=https://raw.githubusercontent.com/PerryWerneck/libv3270/macos/mac/libv3270.modules build libv3270 | 132 | + jhbuild --moduleset=https://raw.githubusercontent.com/PerryWerneck/libv3270/master/mac/libv3270.modules build libv3270 |
133 | ``` | 133 | ``` |
134 | 134 | ||
135 | 135 |
arch/PKGBUILD
@@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/" | @@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/" | ||
9 | arch=(i686 x86_64) | 9 | arch=(i686 x86_64) |
10 | license=(GPL) | 10 | license=(GPL) |
11 | depends=() | 11 | depends=() |
12 | -makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool) | 12 | +makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool gzip) |
13 | checkdepends=() | 13 | checkdepends=() |
14 | 14 | ||
15 | #groups=(gnome) | 15 | #groups=(gnome) |