Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent 8f81ae9ac5
commit e75d783a9b
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ pkgbase = florence
url = http://sourceforge.net/projects/florence/
arch = i686
arch = x86_64
license = GPL
license = GPL-2.0-or-later
makedepends = intltool>=0.23
depends = gtk3
depends = libxml2

View file

@ -9,7 +9,7 @@ pkgrel=3
pkgdesc='A configurable on-screen virtual keyboard'
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/${pkgname}/"
license=('GPL')
license=('GPL-2.0-or-later')
depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html
makedepends=('intltool>=0.23')
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")