add missing dep libsigrok4dsl

This commit is contained in:
Cody Schafer 2018-01-25 15:57:07 -05:00
parent b6bc57d985
commit 18917e9727
No known key found for this signature in database
GPG key ID: 794D748B8B8BF912
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = dsview pkgbase = dsview
pkgdesc = Client software that supports the DreamSourceLab logic analyzer pkgdesc = Client software that supports the DreamSourceLab logic analyzer
pkgver = 0.98 pkgver = 0.98
pkgrel = 2 pkgrel = 3
url = http://www.dreamsourcelab.com/ url = http://www.dreamsourcelab.com/
install = dsview.install install = dsview.install
arch = i686 arch = i686
@ -11,6 +11,7 @@ pkgbase = dsview
depends = boost-libs depends = boost-libs
depends = qt5-base depends = qt5-base
depends = libsigrokdecode4dsl depends = libsigrokdecode4dsl
depends = libsigrok4dsl
depends = fftw depends = fftw
source = git+https://github.com/DreamSourceLab/DSView.git#tag=0.98 source = git+https://github.com/DreamSourceLab/DSView.git#tag=0.98
source = udev.rules source = udev.rules

View file

@ -4,12 +4,12 @@
pkgname=dsview pkgname=dsview
pkgver=0.98 pkgver=0.98
pkgrel=2 pkgrel=3
pkgdesc="Client software that supports the DreamSourceLab logic analyzer" pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.dreamsourcelab.com/" url="http://www.dreamsourcelab.com/"
license=('GPL3') license=('GPL3')
depends=('boost-libs' 'qt5-base' 'libsigrokdecode4dsl' 'fftw') depends=('boost-libs' 'qt5-base' 'libsigrokdecode4dsl' 'libsigrok4dsl' 'fftw')
makedepends=('boost') makedepends=('boost')
source=("git+https://github.com/DreamSourceLab/DSView.git#tag=$pkgver" source=("git+https://github.com/DreamSourceLab/DSView.git#tag=$pkgver"