aboutsummaryrefslogtreecommitdiffstats
path: root/main/protobuf-c
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-30 17:27:09 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 17:28:43 +0100
commitb0fba0fff41850112bc15dbe57303169871c8332 (patch)
treed7f57c3d99feb77807e3442e3e1a807437685f3a /main/protobuf-c
parent101fbcf7f39aa5b8a3e6840e3c68e88310fe9e41 (diff)
downloadaports-b0fba0fff41850112bc15dbe57303169871c8332.tar.bz2
aports-b0fba0fff41850112bc15dbe57303169871c8332.tar.xz
main/protobuf-c: fix wrong license
It doesn't look like this project has ever been licensed under GPL license (see [1]). [1]: https://github.com/protobuf-c/protobuf-c/commit/2689e0625719bc529018bea1215f027b92b78500#diff-04c6e90faac2675aa89e2176d2eec7d8
Diffstat (limited to 'main/protobuf-c')
-rw-r--r--main/protobuf-c/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/protobuf-c/APKBUILD b/main/protobuf-c/APKBUILD
index b5f609af73..d16422de99 100644
--- a/main/protobuf-c/APKBUILD
+++ b/main/protobuf-c/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=protobuf-c
pkgver=1.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="C bindings for Google's Protocol Buffers"
url="https://github.com/protobuf-c/protobuf-c/wiki"
arch="all"
-license="GPL"
+license="BSD-2-Clause"
makedepends="protobuf-dev"
subpackages="$pkgname-dev"
source="https://github.com/protobuf-c/protobuf-c/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz"