From 7e5d88ceab45f4f508995fd65bf630e3a113fae0 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 3 Jul 2020 18:42:17 +0200 Subject: [PATCH] Specific which BSD licese it is licensed under Signed-off-by: Denis 'GNUtoo' Carikli --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7abae73a99a0..6756dc5babf0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = qdl pkgdesc = Tool to communicate with Qualcomm System On a Chip bootroms to install or execute code pkgver = 1.0 - pkgrel = 4 + pkgrel = 5 url = https://github.com/andersson/qdl arch = armv7h arch = i686 arch = x86_64 - license = BSD + license = BSD3 depends = libxml2 source = https://github.com/andersson/qdl/archive/v1.0.tar.gz sha512sums = 561b6ffaf26d063f107a0769b41d0ed02f1f6c4656b6284e653e8baf69b2f34d5f6051e54bb45ab55c028bb8bfa9b4e5218b796dbdb7ab7686576168b1b11d77 diff --git a/PKGBUILD b/PKGBUILD index 269ada8e0adb..fde797568f8c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,11 +6,11 @@ pkgname=qdl pkgver=1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Tool to communicate with Qualcomm System On a Chip bootroms to install or execute code" arch=('armv7h' 'i686' 'x86_64') url='https://github.com/andersson/qdl' -license=('BSD') +license=('BSD3') depends=('libxml2') source=("https://github.com/andersson/${pkgname}/archive/v${pkgver}.tar.gz") sha512sums=('561b6ffaf26d063f107a0769b41d0ed02f1f6c4656b6284e653e8baf69b2f34d5f6051e54bb45ab55c028bb8bfa9b4e5218b796dbdb7ab7686576168b1b11d77')