Commit fe6cd9576326cb86887f167adbd71a1539d0eac1

Authored by Perry Werneck
1 parent 9c7fb0b3
Exists in develop

Updating arch package control file.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -2,13 +2,13 @@ @@ -2,13 +2,13 @@
2 2
3 pkgname=libv3270 3 pkgname=libv3270
4 4
5 -pkgver=5.3 5 +pkgver=5.4
6 pkgrel=0 6 pkgrel=0
7 pkgdesc="3270 Virtual Terminal for GTK" 7 pkgdesc="3270 Virtual Terminal for GTK"
8 url="https://portal.softwarepublico.gov.br/social/pw3270/" 8 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=(lib3270 gtk3)
12 makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool gzip) 12 makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool gzip)
13 checkdepends=() 13 checkdepends=()
14 14