Fix: dsview 1:1.3.0-2 add libusb
This commit is contained in:
parent
53f7e8dc79
commit
5ead71c239
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 = 1.3.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 1
|
||||
url = http://www.dreamsourcelab.com/
|
||||
arch = i686
|
||||
|
@ -14,6 +14,7 @@ pkgbase = dsview
|
|||
depends = qt5-base
|
||||
depends = fftw
|
||||
depends = python
|
||||
depends = libusb
|
||||
source = DSView-1.3.0.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v1.3.0.tar.gz
|
||||
sha384sums = 2fb32b0c48275ee4c7278fda59174aa7f7873a203952eded105cb7de1f2e60387a1db7a955455ceba5c269b911fe9a66
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -7,12 +7,12 @@
|
|||
epoch=1
|
||||
pkgname=dsview
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.dreamsourcelab.com/"
|
||||
license=('GPL3')
|
||||
depends=('hicolor-icon-theme' 'qt5-base' 'fftw' 'python')
|
||||
depends=('hicolor-icon-theme' 'qt5-base' 'fftw' 'python' 'libusb')
|
||||
makedepends=('cmake' 'ninja' 'boost')
|
||||
|
||||
source=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue