diff options
Diffstat (limited to 'testing/ostinato')
-rw-r--r-- | testing/ostinato/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ostinato/APKBUILD b/testing/ostinato/APKBUILD index d35fbdfd2a..b2a0f7ea80 100644 --- a/testing/ostinato/APKBUILD +++ b/testing/ostinato/APKBUILD @@ -2,11 +2,11 @@ # Contributor: Corentin Henry <corentinhenry@gmail.com> pkgname=ostinato pkgver=0.9 -pkgrel=0 +pkgrel=1 pkgdesc="Packet/Traffic Generator and Analyzer" -url="http://www.ostinato.org/" +url="https://www.ostinato.org" arch="all" -license="GPL-3.0" +license="GPL-3.0-or-later" options="!check" # make test does nothing makedepends="qt-dev protobuf-dev libpcap-dev paxmark" subpackages="$pkgname-drone $pkgname-gui" |