From b0c8352d5454425fe105e58add268aa1373d5bfd Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Sat, 17 Jul 2021 18:25:41 +1000 Subject: [PATCH] Update to 0.0.25-1 --- .SRCINFO | 7 +++---- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 60586fc..2b2d467 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wxedid pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor - pkgver = 0.0.23 + pkgver = 0.0.25 pkgrel = 1 url = https://sourceforge.net/projects/wxedid/ arch = i686 @@ -8,8 +8,7 @@ pkgbase = wxedid license = GPL3 depends = wxgtk2 options = !buildflags - source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.23.tar.gz - md5sums = 6b8ceaa8bff41a93f3d740727677c5ac + source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.25.tar.gz + md5sums = e4cd5b0de4f07284de352381aa59fc75 pkgname = wxedid - diff --git a/PKGBUILD b/PKGBUILD index 2ebb2cd..0731734 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jonathan Liu pkgname=wxedid -pkgver=0.0.23 +pkgver=0.0.25 pkgrel=1 pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ license=('GPL3') depends=('wxgtk2') options=('!buildflags') source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('6b8ceaa8bff41a93f3d740727677c5ac') +md5sums=('e4cd5b0de4f07284de352381aa59fc75') build() { cd "$pkgname-$pkgver"