Update to 0.0.27-1

This commit is contained in:
Jonathan Liu 2022-02-28 17:15:09 +11:00
parent 2bd43ec631
commit 0fcc104861
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com> # Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=wxedid pkgname=wxedid
pkgver=0.0.26 pkgver=0.0.27
pkgrel=1 pkgrel=1
pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor" pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -9,7 +9,7 @@ license=('GPL3')
depends=('wxgtk2') depends=('wxgtk2')
options=('!buildflags') options=('!buildflags')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('4cb73258660412806fc0af408f8decbc') md5sums=('1093c29241b01bc3c0a48729156f1afd')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"