diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-08-21 18:00:42 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 13:13:23 -0300 |
| commit | 9d7aadb9dc2f4e12727d3fb18e0a9b4578982fd4 (patch) | |
| tree | 2357713cb7896f88ef7c0d98eb3a69d6b84aa673 /testing | |
| parent | 39d01fadb59e4b4f472dd72f9257b58486338b49 (diff) | |
| download | aports-9d7aadb9dc2f4e12727d3fb18e0a9b4578982fd4.tar.bz2 aports-9d7aadb9dc2f4e12727d3fb18e0a9b4578982fd4.tar.xz | |
testing/libretro-core-info: add license info
After requesting it, a license got added to the source
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/libretro-core-info/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libretro-core-info/APKBUILD b/testing/libretro-core-info/APKBUILD index 7714f99349..4ba89699db 100644 --- a/testing/libretro-core-info/APKBUILD +++ b/testing/libretro-core-info/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libretro-core-info 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/$pkgname/archive/v$pkgver.tar.gz" options="!check" # No code to test |
