summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112016-07-31 13:02:03 +0200
committerjose17112016-07-31 13:02:03 +0200
commit70ed60d3daa2143ea828e0294fa7160507fc5140 (patch)
tree7dde34dc82aef83d6a33b516215a4cf5ef8981ab /PKGBUILD
parent757bed7fc0781a38028d6eeb31591e9af63b29ef (diff)
downloadaur-70ed60d3daa2143ea828e0294fa7160507fc5140.tar.gz
Added missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22f17cf4c8c5..86b91ee4d570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=brickv
pkgver=2.3.5
-pkgrel=1
+pkgrel=2
pkgdesc="brick viewer is a testing/flashing tool for tinkerforge brick(let)s"
url="http://www.tinkerforge.com/"
license=("GPL2")
arch=('i686' 'x86_64' 'armv7h')
-depends=('pyqwt' 'python2-pyserial' 'brickd' 'python-pyqt4' 'python2-setuptools')
+depends=('pyqwt' 'python2-pyserial' 'brickd' 'python-pyqt4' 'python2-setuptools' 'python2-opengl')
optdepends=('brickd')
source=(https://github.com/Tinkerforge/${pkgname}/archive/v${pkgver}.zip)
md5sums=('458346821aec97f9596872c2a93686c6')