summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Liu2022-02-28 17:15:09 +1100
committerJonathan Liu2022-02-28 17:15:09 +1100
commit0fcc104861269082be29f6f0b04035b3937dc532 (patch)
tree03d89b629186691aed37c2ca35a69e393830b6c8 /PKGBUILD
parent2bd43ec6317eebcc8bc0b1b86e694f8e51dbfd0c (diff)
downloadaur-0fcc104861269082be29f6f0b04035b3937dc532.tar.gz
Update to 0.0.27-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71accdd07faa..37f51a8c9df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=wxedid
-pkgver=0.0.26
+pkgver=0.0.27
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=('4cb73258660412806fc0af408f8decbc')
+md5sums=('1093c29241b01bc3c0a48729156f1afd')
build() {
cd "$pkgname-$pkgver"