summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Nagel2016-01-04 13:02:00 +0100
committerGeorg Nagel2016-01-04 13:02:00 +0100
commit98d4aa07dcadb586bcda4a7ca0430e99e6d0217e (patch)
tree878a30c21a49251dfcd5e55aab8f70e71a32b7c5
parent7ecd1f72e52c997231cd6902bd0acc269fc350bd (diff)
downloadaur-98d4aa07dcadb586bcda4a7ca0430e99e6d0217e.tar.gz
added flex + bison to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14af6c7b9cc..d055e2a153a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ola-git
pkgdesc = The Open Lighting Architecture (OLA) provides a plugin framework for distributing DMX512 control signals on Mac and Linux
- pkgver = 0.9.7.r193.g4801ba0
+ pkgver = 0.9.8.r571.g3028d51
pkgrel = 1
url = https://www.openlighting.org/ola/
arch = i686
@@ -19,6 +19,8 @@ pkgbase = ola-git
optdepends = libusb-compat
optdepends = libftdi-compat
optdepends = openslp
+ optdepends = flex
+ optdepends = bison
provides = ola
conflicts = ola
source = git+https://github.com/OpenLightingProject/ola.git
diff --git a/PKGBUILD b/PKGBUILD
index 89ea1b1a7b3a..5b316b36e09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Georg Nagel <g.schlmm at gmail dot com>
pkgname=ola-git
-pkgver=0.9.7.r193.g4801ba0
+pkgver=0.9.8.r571.g3028d51
pkgrel=1
pkgdesc="The Open Lighting Architecture (OLA) provides a plugin framework for distributing DMX512 control signals on Mac and Linux"
arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@ license=('LGPL2.1' 'GPL2')
provides=('ola')
makedepends=('git')
depends=('libmicrohttpd' 'cppunit' 'protobuf' 'python2-protobuf' 'python2')
-optdepends=('liblo' 'avahi' 'libusb' 'libusb-compat' 'libftdi-compat' 'openslp')
+optdepends=('liblo' 'avahi' 'libusb' 'libusb-compat' 'libftdi-compat' 'openslp' 'flex' 'bison')
conflicts=('ola')
source=("git+https://github.com/OpenLightingProject/ola.git")
-# uncomment for 0.9.7
-#source=("git+https://github.com/OpenLightingProject/ola.git#tag=0.9.7")
+# uncomment for 0.10.0
+#source=("git+https://github.com/OpenLightingProject/ola.git#tag=0.10.0")
sha256sums=('SKIP')
_gitname="ola"