Commit 1c75352ca262035f3500ef38323a3fcbac78a0cb
1 parent
4f4594f7
Exists in
master
and in
1 other branch
Updating 'arch' package control file, adding CHANGELOG.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
arch/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="TN3270 Access library" | @@ -8,7 +8,7 @@ pkgdesc="TN3270 Access library" | ||
8 | url="https://github.com/PerryWerneck/lib3270" | 8 | url="https://github.com/PerryWerneck/lib3270" |
9 | arch=(i686 x86_64) | 9 | arch=(i686 x86_64) |
10 | license=(GPL) | 10 | license=(GPL) |
11 | -depends=() | 11 | +depends=(openssl) |
12 | makedepends=(autoconf automake make openssl libtool gzip) | 12 | makedepends=(autoconf automake make openssl libtool gzip) |
13 | checkdepends=() | 13 | checkdepends=() |
14 | 14 |