summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 211a240363e9..3aeb4540ac2a 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 52d97be67405..be888a012fd5 100644
--- a/PKGBUILD
+++ b/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=(