Adopt SPDX identifiers for license fields
This commit is contained in:
parent
4f6429b2fa
commit
a93d6946fb
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -4,7 +4,7 @@ pkgbase = wxedid
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://sourceforge.net/projects/wxedid/
|
url = https://sourceforge.net/projects/wxedid/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL-3.0-or-later
|
||||||
depends = wxwidgets-gtk3
|
depends = wxwidgets-gtk3
|
||||||
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.31.tar.gz
|
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.31.tar.gz
|
||||||
sha512sums = 9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d
|
sha512sums = 9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -6,8 +6,8 @@ pkgver=0.0.31
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='wxWidgets-based EDID (Extended Display Identification Data) editor'
|
pkgdesc='wxWidgets-based EDID (Extended Display Identification Data) editor'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://sourceforge.net/projects/wxedid/'
|
url="https://sourceforge.net/projects/${pkgname}/"
|
||||||
license=('GPL3')
|
license=('GPL-3.0-or-later')
|
||||||
depends=('wxwidgets-gtk3')
|
depends=('wxwidgets-gtk3')
|
||||||
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha512sums=('9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d')
|
sha512sums=('9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d')
|
||||||
|
@ -21,7 +21,7 @@ build() {
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
make -k check
|
make check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue