Update to 0.0.17-1
This commit is contained in:
parent
332931541d
commit
60f19ba8ca
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,15 +1,15 @@
|
|||
pkgbase = wxedid
|
||||
pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor
|
||||
pkgver = 0.0.16
|
||||
pkgver = 0.0.17
|
||||
pkgrel = 1
|
||||
url = https://sourceforge.net/projects/wxedid/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = wxgtk2
|
||||
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.16.tar.gz
|
||||
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.17.tar.gz
|
||||
source = configure.patch
|
||||
md5sums = 0b1a6c49274e0fc3f2398648d99d6954
|
||||
md5sums = eb09f18621954eece112a8266d4f0f74
|
||||
md5sums = 519658fdadcbe8c0b66c6d47c1c8715f
|
||||
|
||||
pkgname = wxedid
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Jonathan Liu <net147@gmail.com>
|
||||
pkgname=wxedid
|
||||
pkgver=0.0.16
|
||||
pkgver=0.0.17
|
||||
pkgrel=1
|
||||
pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -9,7 +9,7 @@ license=('GPL3')
|
|||
depends=('wxgtk2')
|
||||
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
'configure.patch')
|
||||
md5sums=('0b1a6c49274e0fc3f2398648d99d6954'
|
||||
md5sums=('eb09f18621954eece112a8266d4f0f74'
|
||||
'519658fdadcbe8c0b66c6d47c1c8715f')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue