~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190821160441.15504-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +4 -4
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
Reply to thread Export thread (mbox)