Update to 0.0.26-1

This commit is contained in:
Jonathan Liu 2021-11-04 16:00:03 +11:00
parent b0c8352d54
commit 2bd43ec631
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = wxedid
pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor
pkgver = 0.0.25
pkgver = 0.0.26
pkgrel = 1
url = https://sourceforge.net/projects/wxedid/
arch = i686
@ -8,7 +8,7 @@ pkgbase = wxedid
license = GPL3
depends = wxgtk2
options = !buildflags
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.25.tar.gz
md5sums = e4cd5b0de4f07284de352381aa59fc75
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.26.tar.gz
md5sums = 4cb73258660412806fc0af408f8decbc
pkgname = wxedid

View File

@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=wxedid
pkgver=0.0.25
pkgver=0.0.26
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=('e4cd5b0de4f07284de352381aa59fc75')
md5sums=('4cb73258660412806fc0af408f8decbc')
build() {
cd "$pkgname-$pkgver"