update to 0.98

This commit is contained in:
Cody P Schafer 2017-09-09 18:31:20 -04:00
parent 0c7a2c68d8
commit 0b1bdc72ee
3 changed files with 8 additions and 80 deletions

View file

@ -1,38 +1,32 @@
# Maintainer: Thomas Krug <t.krug@elektronenpumpe.de>
# Contributor: Thomas Krug <t.krug@elektronenpumpe.de>
# Maintainer: Cody Schafer <aur@codyps.com>
pkgname=dsview
pkgver=0.95
pkgver=0.98
pkgrel=1
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
arch=('i686' 'x86_64')
url="http://www.dreamsourcelab.com/"
license=('GPL3')
depends=('boost-libs' 'qt5-base' 'libsigrok4dsl' 'libsigrokdecode')
depends=('boost-libs' 'qt5-base' 'libsigrokdecode' 'fftw')
makedepends=('boost')
conflicts=('dslogic')
replaces=('dslogic')
source=("git+https://github.com/DreamSourceLab/DSView.git#tag=0.95"
'path.patch'
source=("git+https://github.com/DreamSourceLab/DSView.git#tag=$pkgver"
'udev.rules'
'dsview.desktop')
md5sums=('SKIP'
'f2b000eb19883bc16bca716b5da78da3'
'af6d97ba0fbea628e320bdb4b469b766'
'095886809795b40d663bfe4b79395811')
install=dsview.install
prepare() {
cd "$srcdir/DSView/DSView"
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_SKIP_RPATH=1 .
patch -Np1 -i "$srcdir/path.patch"
}
build() {
cd "$srcdir/DSView/DSView"
cmake .
make
}