Update to 0.0.19-1
This commit is contained in:
parent
90f981a615
commit
58aad5fa21
3 changed files with 8 additions and 27 deletions
15
PKGBUILD
15
PKGBUILD
|
@ -1,22 +1,15 @@
|
|||
# Maintainer: Jonathan Liu <net147@gmail.com>
|
||||
pkgname=wxedid
|
||||
pkgver=0.0.18
|
||||
pkgver=0.0.19
|
||||
pkgrel=1
|
||||
pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://sourceforge.net/projects/wxedid/"
|
||||
license=('GPL3')
|
||||
depends=('wxgtk2')
|
||||
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
'configure.patch')
|
||||
md5sums=('4098b6355d6a0ed76d06c33bb9499b27'
|
||||
'1443b5b6e81b32df7c4a5c036603c52f')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
patch -Np1 -i "$srcdir/configure.patch"
|
||||
}
|
||||
|
||||
options=('!buildflags')
|
||||
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('d9a1a2de8483128a51ac0866e3c28d46')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue