aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-09-27 09:52:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-09-27 15:37:07 +0000
commit0042b9a366bb1139115d18bfdb29d995038798e6 (patch)
treef68fab6df5ad5c95317b92fc3debfa525963f22b
parent3af2d9475ece71622ca1d66d05743e0b6149a851 (diff)
main/libbsd: fix license identifier
-rw-r--r--main/libbsd/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD
index 3b76d2bdb1b..e4462a3a39d 100644
--- a/main/libbsd/APKBUILD
+++ b/main/libbsd/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=libbsd
pkgver=0.11.3
-pkgrel=0
+pkgrel=1
pkgdesc="commonly-used BSD functions not implemented by all libcs"
url="https://libbsd.freedesktop.org/"
arch="all"
-license="BSD"
+license="BSD-3-Clause"
depends="musl"
depends_dev="bsd-compat-headers linux-headers libmd-dev"
makedepends_build="autoconf automake libtool"