aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-09 09:39:13 -0300
committerTimo Teräs <timo.teras@iki.fi>2019-06-10 09:29:25 +0300
commit8c0a6841169298f1f475954fb805a2cbc2a12b5b (patch)
tree0097bbabe4a17f8f6573f512d3a43a1a9afa40c3
parent7075963d01276536f6206fc628dd69cfd05d50f5 (diff)
downloadalpine_aports-8c0a6841169298f1f475954fb805a2cbc2a12b5b.tar.bz2
alpine_aports-8c0a6841169298f1f475954fb805a2cbc2a12b5b.tar.xz
alpine_aports-8c0a6841169298f1f475954fb805a2cbc2a12b5b.zip
testing/libsmbios: fix license
-rw-r--r--testing/libsmbios/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/libsmbios/APKBUILD b/testing/libsmbios/APKBUILD
index 49548b883c..7d7c13ff21 100644
--- a/testing/libsmbios/APKBUILD
+++ b/testing/libsmbios/APKBUILD
@@ -2,12 +2,11 @@
2# Maintainer: Timo Teräs <timo.teras@iki.fi> 2# Maintainer: Timo Teräs <timo.teras@iki.fi>
3pkgname=libsmbios 3pkgname=libsmbios
4pkgver=2.4.2 4pkgver=2.4.2
5pkgrel=0 5pkgrel=1
6pkgdesc="library for interacting with Dell SMBIOS tables" 6pkgdesc="library for interacting with Dell SMBIOS tables"
7url="https://github.com/dell/libsmbios" 7url="https://github.com/dell/libsmbios"
8arch="x86_64 x86" 8arch="x86_64 x86"
9license="GPL-2-or-later OSL-2.1" 9license="GPL-2.0-or-later AND OSL-2.1"
10depends=""
11makedepends="autoconf automake bash libtool chrpath help2man 10makedepends="autoconf automake bash libtool chrpath help2man
12 linux-headers gettext-dev libintl libxml2-dev" 11 linux-headers gettext-dev libintl libxml2-dev"
13checkdepends="python3" 12checkdepends="python3"