Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1F996781E35 for <~alpine/aports@lists.alpinelinux.org>; Wed, 21 Aug 2019 16:04:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 09F262098C for <~alpine/aports@lists.alpinelinux.org>; Wed, 21 Aug 2019 18:04:48 +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 7ZNFSSZTTFVl; Wed, 21 Aug 2019 18:04:45 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1566403485; bh=2IFaYPMqxJMsWnVRT/6ywd84cxTt5AYCgHIoCAMllnM=; h=From:To:Cc:Subject:Date; b=FH+RTchfzfsCZrLK+AmY3I2r6m8K4jXRlGhrKfVGZ3AGNTebdH9Dd2q66NeyFRXz3 mCM0DbboDlTflDVMH9zceTGjKtLrqvDkUu9tExO0FSH/I4V0NKIlGBQT4TeoYOUzXb y4orxApjc51aaZTrmJV4Om5oyffPuT/VaOaD1iImfDG2kbC7xcaFJF11RNCK9a/vk7 kzqkSAawP1h0n97Zy3U6JDUqKJEeBiuGa1q2buhsL0n3VAUYpQSEzeAEj9PnhXBcpr y+8WsrfEXZ1cwjAdOFdNwLQ3ad3NUivQiOI+/Tpi72/pwIKRj+r1iWfrkju/0UercG ymwQNJ1dZweQA== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH v2] testing/libretro-database: add license info Date: Wed, 21 Aug 2019 18:04:41 +0200 Message-Id: <20190821160441.15504-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit After requesting it, a license got added to the source --- testing/libretro-core-info/APKBUILD | 4 ++-- testing/libretro-database/APKBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/libretro-core-info/APKBUILD b/testing/libretro-core-info/APKBUILD index 40ab278361..4ba89699db 100644 --- a/testing/libretro-core-info/APKBUILD +++ b/testing/libretro-core-info/APKBUILD @@ -3,10 +3,10 @@ pkgname=libretro-core-info pkgver=1.7.7 pkgrel=1 -arch="MIT" +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/$pkgname/archive/v$pkgver.tar.gz" options="!check" # No code to test 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