Update to 0.0.27-2
This commit is contained in:
parent
0fcc104861
commit
e50958b5c0
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,12 +1,12 @@
|
|||
pkgbase = wxedid
|
||||
pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor
|
||||
pkgver = 0.0.27
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://sourceforge.net/projects/wxedid/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = wxgtk2
|
||||
depends = wxwidgets-gtk3
|
||||
options = !buildflags
|
||||
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.27.tar.gz
|
||||
md5sums = 1093c29241b01bc3c0a48729156f1afd
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Jonathan Liu <net147@gmail.com>
|
||||
pkgname=wxedid
|
||||
pkgver=0.0.27
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://sourceforge.net/projects/wxedid/"
|
||||
license=('GPL3')
|
||||
depends=('wxgtk2')
|
||||
depends=('wxwidgets-gtk3')
|
||||
options=('!buildflags')
|
||||
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('1093c29241b01bc3c0a48729156f1afd')
|
||||
|
|
Loading…
Reference in a new issue