~alpine/aports

testing/libretro-database: add license info v2 PROPOSED

Bart Ribbers: 1
 testing/libretro-database: add license info

 2 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2936/mbox | git am -3
Learn more about email & git

[PATCH v2] testing/libretro-database: add license info Export this patch

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 <bribbers@disroot.org>
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