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