From a8106deeb6309dec61637dec236f72188e659719 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 1 May 2026 16:08:05 +0000 Subject: [PATCH] =?UTF-8?q?Drop=20LGPL-3.0=20from=20license=20list=20(xCar?= =?UTF-8?q?ds=20=E2=86=92=20hayeah=20swap=20upstream)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a285a78..091b2b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,10 +5,10 @@ pkgrel=1 pkgdesc="Cross-platform Klondike Solitaire in Rust + Bevy with sync, achievements, and four game modes" arch=('x86_64') url="https://git.aleshym.co/funman300/Rusty_Solitare" -license=('MIT' 'LGPL-3.0-only' 'OFL-1.1') -# MIT for the project code, LGPL-3.0 for the bundled xCards card faces, and -# OFL-1.1 for FiraMono. See /usr/share/licenses/$pkgname/CREDITS.md for the -# full attribution table. +license=('MIT' 'OFL-1.1') +# MIT for the project code and the hayeah/playing-cards-assets card art it +# bundles; OFL-1.1 for FiraMono. See /usr/share/licenses/$pkgname/CREDITS.md +# on an installed system for the full attribution table. depends=( 'alsa-lib' # audio output via kira