add specific requirement on libsigrokdecode4dsl, has incompatible changes from libsigrokdecode
This commit is contained in:
parent
0b1bdc72ee
commit
b6bc57d985
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -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 = 1
|
pkgrel = 2
|
||||||
url = http://www.dreamsourcelab.com/
|
url = http://www.dreamsourcelab.com/
|
||||||
install = dsview.install
|
install = dsview.install
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -10,7 +10,7 @@ pkgbase = dsview
|
||||||
makedepends = boost
|
makedepends = boost
|
||||||
depends = boost-libs
|
depends = boost-libs
|
||||||
depends = qt5-base
|
depends = qt5-base
|
||||||
depends = libsigrokdecode
|
depends = libsigrokdecode4dsl
|
||||||
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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
pkgname=dsview
|
pkgname=dsview
|
||||||
pkgver=0.98
|
pkgver=0.98
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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' 'libsigrokdecode' 'fftw')
|
depends=('boost-libs' 'qt5-base' 'libsigrokdecode4dsl' '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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue