Commit fe6cd9576326cb86887f167adbd71a1539d0eac1
1 parent
9c7fb0b3
Exists in
develop
Updating arch package control file.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
arch/PKGBUILD
... | ... | @@ -2,13 +2,13 @@ |
2 | 2 | |
3 | 3 | pkgname=libv3270 |
4 | 4 | |
5 | -pkgver=5.3 | |
5 | +pkgver=5.4 | |
6 | 6 | pkgrel=0 |
7 | 7 | pkgdesc="3270 Virtual Terminal for GTK" |
8 | 8 | url="https://portal.softwarepublico.gov.br/social/pw3270/" |
9 | 9 | arch=(i686 x86_64) |
10 | 10 | license=(GPL) |
11 | -depends=() | |
11 | +depends=(lib3270 gtk3) | |
12 | 12 | makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool gzip) |
13 | 13 | checkdepends=() |
14 | 14 | ... | ... |