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

@ -4,12 +4,12 @@
pkgname=dsview
pkgver=0.98
pkgrel=2
pkgrel=3
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' 'libsigrokdecode4dsl' 'fftw')
depends=('boost-libs' 'qt5-base' 'libsigrokdecode4dsl' 'libsigrok4dsl' 'fftw')
makedepends=('boost')
source=("git+https://github.com/DreamSourceLab/DSView.git#tag=$pkgver"