From e50958b5c0c45e6ae29035b3fc582bb57c092845 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Fri, 15 Jul 2022 14:02:20 +1000 Subject: [PATCH] Update to 0.0.27-2 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 44f6f39..6098e0c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = wxedid pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor pkgver = 0.0.27 - pkgrel = 1 + pkgrel = 2 url = https://sourceforge.net/projects/wxedid/ arch = i686 arch = x86_64 license = GPL3 - depends = wxgtk2 + depends = wxwidgets-gtk3 options = !buildflags source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.27.tar.gz md5sums = 1093c29241b01bc3c0a48729156f1afd diff --git a/PKGBUILD b/PKGBUILD index 37f51a8..d0360e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Jonathan Liu pkgname=wxedid pkgver=0.0.27 -pkgrel=1 +pkgrel=2 pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor" arch=('i686' 'x86_64') url="https://sourceforge.net/projects/wxedid/" license=('GPL3') -depends=('wxgtk2') +depends=('wxwidgets-gtk3') options=('!buildflags') source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('1093c29241b01bc3c0a48729156f1afd')