add missing dep libsigrok4dsl
This commit is contained in:
parent
b6bc57d985
commit
18917e9727
2 changed files with 4 additions and 3 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue