diff --git a/.SRCINFO b/.SRCINFO index aa8b90c..4808191 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wxedid pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor - pkgver = 0.0.19 + pkgver = 0.0.20 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.19.tar.gz - md5sums = d9a1a2de8483128a51ac0866e3c28d46 + source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.20.tar.gz + md5sums = 674984f3ba1faac3752e216f3ad2e18f pkgname = wxedid diff --git a/PKGBUILD b/PKGBUILD index 180f75e..3d0d809 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jonathan Liu pkgname=wxedid -pkgver=0.0.19 +pkgver=0.0.20 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=('d9a1a2de8483128a51ac0866e3c28d46') +md5sums=('674984f3ba1faac3752e216f3ad2e18f') build() { cd "$pkgname-$pkgver"