summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f241056ec901..53b051b27a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=diplib
pkgname="${_pkgname}-git"
-pkgver=r1887.ff3429f9
+pkgver=r2125.dff4c397
pkgrel=1
pkgdesc='Quantitative Image Analysis in C++, MATLAB and Python'
arch=('x86_64')
url='http://www.diplib.org/'
license=('Apache')
-depends=('freeglut' 'glfw' 'glew')
+depends=('freeglut' 'glfw' 'glew' 'pybind11')
makedepends=('cmake' 'git')
optdepends=('java-runtime=8: DIPjavaio'
'python: PyDIP'