* update libdisplay-info to 0.2.0-2

This commit is contained in:
Alexander Baldeck 2024-12-17 16:52:53 +01:00
parent ad18a115a3
commit a9df3031a1
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,13 @@
pkgbase = libdisplay-info
pkgdesc = EDID and DisplayID library
pkgver = 0.2.0
pkgrel = 1
pkgrel = 2
url = https://gitlab.freedesktop.org/emersion/libdisplay-info
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MIT
makedepends = hwdata
makedepends = meson

View File

@ -2,13 +2,9 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: Simon Ser <contact@emersion.fr>
# Enable checks in next release when edid-decode is not required for tests:
# https://gitlab.freedesktop.org/emersion/libdisplay-info/-/issues/35
BUILDENV+=(!check)
pkgname=libdisplay-info
pkgver=0.2.0
pkgrel=1.1
pkgrel=2
pkgdesc='EDID and DisplayID library'
url="https://gitlab.freedesktop.org/emersion/$pkgname"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -31,7 +27,7 @@ build() {
}
check() {
meson test -C build --no-rebeuild --print-errorlogs
meson test -C build --no-rebuild --print-errorlogs
}
package() {