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