From 3356b9f01954a79cacaca01e29f5333de95a0707 Mon Sep 17 00:00:00 2001 From: Frank Tornack Date: Thu, 14 Apr 2022 17:50:11 +0200 Subject: [PATCH] fix License for i18njs4 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0b1da45..8300d88 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="A project that provides support to some Bluetooth Cat Printer models, on many platforms!" arch=('any') url="https://github.com/NaitLee/Cat-Printer" -license=('GPL3') +license=('GPL3' 'MIT') depends=('python' 'bluez' 'bluez-utils' 'python-bleak') makedepends=('git') provides=("cat-printer=${pkgver}")