summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Boerman2021-01-13 21:50:14 +0100
committerFrank Boerman2021-01-13 21:50:14 +0100
commit202684dc6ff76c77a9b1bee099d61859f2f331ba (patch)
treeb93a2293afea56804d846c33e891648e28ea1cd4
parentc108148f589df6ae02bc3bfdf5a24153f942079b (diff)
downloadaur-202684dc6ff76c77a9b1bee099d61859f2f331ba.tar.gz
add python bindings reference
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de25ae554525..31cf29c47a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = libroboint
makedepends = cmake
makedepends = gcc
depends = libusb-compat
+ optdepends = libroboint-python: python bindings
source = https://gitlab.com/Humpelstilzchen/libroboint/-/archive/0.5.5/libroboint-0.5.5.tar.gz
source = install-location.patch
md5sums = b30d38681449840f1174573bcd310ae1
diff --git a/PKGBUILD b/PKGBUILD
index 18e8a8e7df98..614120567b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('x86_64' 'arm')
url="https://gitlab.com/Humpelstilzchen/libroboint"
license=('LGPLv2.1')
depends=('libusb-compat')
+optdepends=('libroboint-python: python bindings')
makedepends=('cmake' 'gcc')
source=("https://gitlab.com/Humpelstilzchen/libroboint/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"install-location.patch")