diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-12-15 05:15:37 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-12-15 05:15:37 (GMT) |
commit | 227779ec2372c7eb19bc20df49ecccaf2abfeba3 (patch) | |
tree | b0f5a106405e7eab71f9fe976cf04fdcc3b767de /linhes | |
parent | c486cef9853640a6642477258bb759fe4d78096a (diff) | |
download | linhes_pkgbuild-227779ec2372c7eb19bc20df49ecccaf2abfeba3.zip linhes_pkgbuild-227779ec2372c7eb19bc20df49ecccaf2abfeba3.tar.gz linhes_pkgbuild-227779ec2372c7eb19bc20df49ecccaf2abfeba3.tar.bz2 |
wxedid: update to 0.0.32
Diffstat (limited to 'linhes')
-rw-r--r-- | linhes/wxedid/PKGBUILD | 10 |
1 files 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 <net147@gmail.com> 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() { |