From 227779ec2372c7eb19bc20df49ecccaf2abfeba3 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sun, 15 Dec 2024 00:15:37 -0500 Subject: wxedid: update to 0.0.32 --- linhes/wxedid/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linhes/wxedid/PKGBUILD b/linhes/wxedid/PKGBUILD index 719a0b6..e136aba 100644 --- a/linhes/wxedid/PKGBUILD +++ b/linhes/wxedid/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: Jonathan Liu pkgname=wxedid -pkgver=0.0.31 +pkgver=0.0.32 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') +sha512sums=('46aaf8a9fb578ea2ed725aa6a60a33f359dc76701226695d1f8e5c252d1fa834dc972fbf1f8788e4045699115bf3e7143bc70bc9d2b6a9731e69e0f51dfb6376') build() { cd "${pkgname}-${pkgver}" @@ -21,7 +21,7 @@ build() { check() { cd "${pkgname}-${pkgver}" - make -k check + make check } package() { -- cgit v0.12