add missing dep libsigrok4dsl
This commit is contained in:
parent
b6bc57d985
commit
18917e9727
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = dsview
|
||||
pkgdesc = Client software that supports the DreamSourceLab logic analyzer
|
||||
pkgver = 0.98
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.dreamsourcelab.com/
|
||||
install = dsview.install
|
||||
arch = i686
|
||||
|
@ -11,6 +11,7 @@ pkgbase = dsview
|
|||
depends = boost-libs
|
||||
depends = qt5-base
|
||||
depends = libsigrokdecode4dsl
|
||||
depends = libsigrok4dsl
|
||||
depends = fftw
|
||||
source = git+https://github.com/DreamSourceLab/DSView.git#tag=0.98
|
||||
source = udev.rules
|
||||
|
|
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