summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112017-09-29 09:04:25 +0200
committerjose17112017-09-29 09:04:25 +0200
commit0298b3e6a79de915b7e94f83800252f9ac0fa6ff (patch)
tree48a05681dcdd04770ee581b9cae07b68670ea478
parent584be11b941477587f0977404d16008042b058df (diff)
downloadaur-0298b3e6a79de915b7e94f83800252f9ac0fa6ff.tar.gz
Readd optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cc4965b3096..4677b5e2c3e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 21:20:38 UTC 2017
+# Fri Sep 29 07:04:23 UTC 2017
pkgbase = activinspire
pkgdesc = Presentation Software to use with Promethean Hardware products.
pkgver = 2.10.66827
- pkgrel = 2
+ pkgrel = 3
url = https://support.prometheanworld.com/product/activinspire
arch = i686
arch = x86_64
license = unknown
+ optdepends = activdriver: promethean hardware support
+ optdepends = activtools: hardware calibration
+ optdepends = activrelay: promethean driver with classflow
source = http://activsoftware.co.uk/linux/repos/ubuntu/pool/non-oss/a/activinspire/activinspire_2.10.66827-1.amd64_amd64.deb
depends_i686 = qt4
depends_i686 = gst-plugins-base
diff --git a/PKGBUILD b/PKGBUILD
index 611da60b1bf8..a8e6b0014bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=activinspire
pkgver=2.10.66827
-pkgrel=2
+pkgrel=3
pkgdesc="Presentation Software to use with Promethean Hardware products."
arch=('i686' 'x86_64')
url="https://support.prometheanworld.com/product/activinspire"
@@ -12,7 +12,12 @@ depends_i686=('qt4' 'gst-plugins-base' 'libjpeg6' 'jre7-openjdk' 'openssl-1.0' '
depends_x86_64=('qt4' 'lib32-gst-plugins-base' 'bin32-jre' 'lib32-libjpeg' 'lib32-libjpeg6' 'lib32-libxmu' 'lib32-alsa-lib' 'lib32-openssl-1.0' 'lib32-libpulse' 'recordmydesktop')
md5sum_i686='08044e50534527a7a88ac6ff0586c934'
md5sum_x86_64='59b14c0463a4f11c5e9cacd4d7206fae'
-if [ ${CARCH} = "i686" ]
+
+optdepends=('activdriver: promethean hardware support'
+ 'activtools: hardware calibration'
+ 'activrelay: promethean driver with classflow')
+
+if [ "${CARCH}" = "i686" ]
then
_arch="i386"
else