Commit 60431e4896bbec63025fe69bf6daae7cf74b1e00
1 parent
b1cbb298
Exists in
master
and in
1 other branch
Updating arch and mac builds.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -182,7 +182,7 @@ Using jhbuild |
182 | 182 | 2. build |
183 | 183 | |
184 | 184 | ```shell |
185 | - jhbuild --moduleset=https://raw.githubusercontent.com/PerryWerneck/lib3270/macos/mac/lib3270.modules build lib3270 | |
185 | + jhbuild --moduleset=https://raw.githubusercontent.com/PerryWerneck/lib3270/master/mac/lib3270.modules build lib3270 | |
186 | 186 | ``` |
187 | 187 | |
188 | 188 | ... | ... |
arch/PKGBUILD
... | ... | @@ -9,7 +9,7 @@ url="https://github.com/PerryWerneck/lib3270" |
9 | 9 | arch=(i686 x86_64) |
10 | 10 | license=(GPL) |
11 | 11 | depends=() |
12 | -makedepends=(autoconf automake make openssl libtool) | |
12 | +makedepends=(autoconf automake make openssl libtool gzip) | |
13 | 13 | checkdepends=() |
14 | 14 | |
15 | 15 | #groups=(gnome) | ... | ... |