diff options
author | prspkt <prspkt@protonmail.com> | 2018-08-01 17:58:31 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-03 05:46:58 +0000 |
commit | db4293f48e01808d64d2f9ed60d6c1ef38d4e6e0 (patch) | |
tree | c1bae510ddb5860cb18d78bb9a5b7c2ca6318116 /testing | |
parent | d8767fd234c8a8070928ec4c8fe6c4affb3308f9 (diff) | |
download | aports-db4293f48e01808d64d2f9ed60d6c1ef38d4e6e0.tar.bz2 aports-db4293f48e01808d64d2f9ed60d6c1ef38d4e6e0.tar.xz |
testing/ostinato: rebuild against libprotobuf.so.17
Clarify license
Diffstat (limited to 'testing')
-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" |