diff options
-rw-r--r-- | testing/gns3-converter/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gns3-converter/APKBUILD b/testing/gns3-converter/APKBUILD index 8c236f21bc..8227b69035 100644 --- a/testing/gns3-converter/APKBUILD +++ b/testing/gns3-converter/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gns3-converter pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="GNS3 topology converter." url="https://github.com/dlintott/gns3-converter" arch="noarch" license="GPL3" -depends="py-cx_freeze py-configobj python3" +depends="py3-cx_freeze py3-configobj python3" depends_dev="" makedepends="$depends_dev py-setuptools" install="" |