summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody P Schafer2017-09-09 19:02:13 -0400
committerCody P Schafer2017-09-09 19:02:13 -0400
commitb6bc57d9850f0c68ce5103b05d3cebe00dac99cb (patch)
treeec005a1260517e93e3e96f792ee30f2df95132d8 /PKGBUILD
parent0b1bdc72eec7177cd5f6c676e7ea5a892305cc3b (diff)
downloadaur-b6bc57d9850f0c68ce5103b05d3cebe00dac99cb.tar.gz
add specific requirement on libsigrokdecode4dsl, has incompatible changes from libsigrokdecode
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0db969e942cc..667648521e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=dsview
pkgver=0.98
-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=('boost-libs' 'qt5-base' 'libsigrokdecode' 'fftw')
+depends=('boost-libs' 'qt5-base' 'libsigrokdecode4dsl' 'fftw')
makedepends=('boost')
source=("git+https://github.com/DreamSourceLab/DSView.git#tag=$pkgver"