upgpkg: wxedid 0.0.32-1
upstream release
This commit is contained in:
parent
0b73f88fb7
commit
748f8e0af3
2 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
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.31
|
pkgver = 0.0.32
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://sourceforge.net/projects/wxedid/
|
url = https://sourceforge.net/projects/wxedid/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-3.0-or-later
|
license = GPL-3.0-or-later
|
||||||
depends = wxwidgets-gtk3
|
depends = wxwidgets-gtk3
|
||||||
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.31.tar.gz
|
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.32.tar.gz
|
||||||
sha512sums = 9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d
|
sha512sums = 46aaf8a9fb578ea2ed725aa6a60a33f359dc76701226695d1f8e5c252d1fa834dc972fbf1f8788e4045699115bf3e7143bc70bc9d2b6a9731e69e0f51dfb6376
|
||||||
|
|
||||||
pkgname = wxedid
|
pkgname = wxedid
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Jonathan Liu <net147@gmail.com>
|
# Contributor: Jonathan Liu <net147@gmail.com>
|
||||||
|
|
||||||
pkgname=wxedid
|
pkgname=wxedid
|
||||||
pkgver=0.0.31
|
pkgver=0.0.32
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='wxWidgets-based EDID (Extended Display Identification Data) editor'
|
pkgdesc='wxWidgets-based EDID (Extended Display Identification Data) editor'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -10,7 +10,7 @@ url="https://sourceforge.net/projects/${pkgname}/"
|
||||||
license=('GPL-3.0-or-later')
|
license=('GPL-3.0-or-later')
|
||||||
depends=('wxwidgets-gtk3')
|
depends=('wxwidgets-gtk3')
|
||||||
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha512sums=('9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d')
|
sha512sums=('46aaf8a9fb578ea2ed725aa6a60a33f359dc76701226695d1f8e5c252d1fa834dc972fbf1f8788e4045699115bf3e7143bc70bc9d2b6a9731e69e0f51dfb6376')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue