Update to 0.0.18-1

This commit is contained in:
Jonathan Liu 2019-09-13 13:44:41 +10:00
parent 60f19ba8ca
commit 90f981a615
3 changed files with 12 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=wxedid
pkgver=0.0.17
pkgver=0.0.18
pkgrel=1
pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor"
arch=('i686' 'x86_64')
@ -9,14 +9,15 @@ license=('GPL3')
depends=('wxgtk2')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
'configure.patch')
md5sums=('eb09f18621954eece112a8266d4f0f74'
'519658fdadcbe8c0b66c6d47c1c8715f')
md5sums=('4098b6355d6a0ed76d06c33bb9499b27'
'1443b5b6e81b32df7c4a5c036603c52f')
prepare() {
cd "$pkgname-$pkgver"
patch -Np1 -i "$srcdir/configure.patch"
}
build() {
cd "$pkgname-$pkgver"
autoreconf -f -i
@ -31,7 +32,7 @@ check() {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: