summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2020-07-13 18:48:34 +1000
committerJonathan Liu2020-07-13 18:48:34 +1000
commit5db94aac2ae7ab7e638d68332a201a539c65d445 (patch)
tree46a065eb2166005e26eccaddd39fb290c829543a
parentff361e9da51f75d478b827129af0555d925a1625 (diff)
downloadaur-5db94aac2ae7ab7e638d68332a201a539c65d445.tar.gz
Update to 0.0.21-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4808191696c6..1c89a22148d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxedid
pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor
- pkgver = 0.0.20
+ pkgver = 0.0.21
pkgrel = 1
url = https://sourceforge.net/projects/wxedid/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = wxedid
license = GPL3
depends = wxgtk2
options = !buildflags
- source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.20.tar.gz
- md5sums = 674984f3ba1faac3752e216f3ad2e18f
+ source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.21.tar.gz
+ md5sums = 144ffc899fc729ee5aee50cfd3e9f60d
pkgname = wxedid
diff --git a/PKGBUILD b/PKGBUILD
index 3d0d8091f711..9beaf019bef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=wxedid
-pkgver=0.0.20
+pkgver=0.0.21
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=('674984f3ba1faac3752e216f3ad2e18f')
+md5sums=('144ffc899fc729ee5aee50cfd3e9f60d')
build() {
cd "$pkgname-$pkgver"