fixed license in Arch build file

This commit is contained in:
Frank Tornack 2022-04-10 19:04:41 +02:00
parent 9da49f7f06
commit 8696bb3cd1

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A project that provides support to some Bluetooth Cat Printer models, on many platforms!" pkgdesc="A project that provides support to some Bluetooth Cat Printer models, on many platforms!"
arch=('any') arch=('any')
url="https://github.com/NaitLee/Cat-Printer" url="https://github.com/NaitLee/Cat-Printer"
license=('GPL') license=('GPL3')
depends=('python' 'bluez' 'bluez-utils' 'python-bleak') depends=('python' 'bluez' 'bluez-utils' 'python-bleak')
makedepends=('git') makedepends=('git')
provides=("cat-printer=${pkgver}") provides=("cat-printer=${pkgver}")