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