Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 186BC781D86 for <~alpine/aports@lists.alpinelinux.org>; Wed, 21 Aug 2019 16:00:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D835020992 for <~alpine/aports@lists.alpinelinux.org>; Wed, 21 Aug 2019 18:00:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DuO3sqIuFjQX; Wed, 21 Aug 2019 18:00:45 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1566403245; bh=RGH3J07WuRVe/DhpBSMUca9Wjj53btnktxopATjjw80=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=TZ/XlLBJJSGqYDeACYb19xC64xTjBYT8xfkqOqHPT5KNMVxwAw/zFBu4IjeiLY+LS FLbltygPYFlePLT+X1Vl97YPCKlm5tA3DxpdUr8lJba3XXLA0yjbuxJb4h+fskIIuR iJTqlF0THZHv+pYBfllDiQJi5NYWe393nkM7i86kBM9emmvyUECMkjUXtr3ZC5+FUo 4KK95ElJXqCGATIFZ36H58aGKud8lrkoMbU9f5FaCo3thlm5qiBL/veFm1Q3mfWK6p HKboqKzSTCADN1Y85QdIqb59hkrjoE87sQ0TvIgDO8ubyntsQpL81GHFDkjbZ/aIpD GBEShu93KplPA== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 2/2] testing/libretro-database: add license info Date: Wed, 21 Aug 2019 18:00:43 +0200 Message-Id: <20190821160043.13866-2-bribbers@disroot.org> In-Reply-To: <20190821160043.13866-1-bribbers@disroot.org> References: <20190821160043.13866-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit After requesting it, a license got added to the source --- testing/libretro-database/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/libretro-database/APKBUILD b/testing/libretro-database/APKBUILD index 513f0905ff..240b054438 100644 --- a/testing/libretro-database/APKBUILD +++ b/testing/libretro-database/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Bart Ribbers pkgname=libretro-database pkgver=1.7.7 -pkgrel=0 +pkgrel=1 arch="noarch" url="https://www.libretro.com/" pkgdesc="Libretro core info files" -license="none" # No code, just info files +license="MIT" source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/libretro-database/archive/v$pkgver.tar.gz fix-busybox-incompability.patch" options="!check" # No code to test -- 2.21.0