Commit be2e9490f51f211bbf71dcf50717674935b8e5ae

Authored by Perry Werneck
Committed by GitHub
2 parents 2711767a 142648f5
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
@@ -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
@@ -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)