summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2016-08-28 23:09:43 -0500
committercyrozap2016-08-28 23:09:43 -0500
commit43c703d819ec6cc777ca352902951a979789a5f3 (patch)
tree789d15c600b258c894a8fd452106c6834a489a12
parent2e19ab7a93e4af2b4ea0190b8011b60f565d723b (diff)
downloadaur-43c703d819ec6cc777ca352902951a979789a5f3.tar.gz
Moved digilent.adept.runtime from "optdepends" to "depends"
At some point, the Adept runtime became a hard requirement, and Waveforms refuses to run without it.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 801c3e267c5c..2d13d728caf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 1 04:33:51 UTC 2016
+# Mon Aug 29 04:08:51 UTC 2016
pkgbase = digilent.waveforms
pkgdesc = Digilent WaveForms Application, Runtime and SDK
pkgver = 3.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://reference.digilentinc.com/waveforms3
install = digilent.waveforms.install
arch = i686
@@ -12,10 +12,10 @@ pkgbase = digilent.waveforms
arch = armv7h
license = custom
depends = desktop-file-utils
+ depends = digilent.adept.runtime
depends = qt5-script
depends = shared-mime-info
depends = xdg-utils
- optdepends = digilent.adept.runtime: Digilent hardware support
options = !strip
source_i686 = https://files.digilent.com/Software/Waveforms2015/3.3.7/digilent.waveforms_3.3.7_i386.deb
sha256sums_i686 = 974e3e0d985edf0c4c0f00d5f340d9d0b6ea4e9049d748296f73dff6e8593fe7
diff --git a/PKGBUILD b/PKGBUILD
index 86acd87c825e..ada9c180326c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=digilent.waveforms
pkgver=3.3.7
-pkgrel=1
+pkgrel=2
pkgdesc="Digilent WaveForms Application, Runtime and SDK"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://reference.digilentinc.com/waveforms3"
license=('custom')
-depends=('desktop-file-utils' 'qt5-script' 'shared-mime-info' 'xdg-utils')
-optdepends=('digilent.adept.runtime: Digilent hardware support')
+depends=('desktop-file-utils' 'digilent.adept.runtime' 'qt5-script' 'shared-mime-info' 'xdg-utils')
options=('!strip')
install=${pkgname}.install
source_armv6h=("https://files.digilent.com/Software/Waveforms2015/${pkgver}/${pkgname}_${pkgver}_armhf.deb")