summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2019-11-07 00:03:32 +0100
committerRaimar Bühmann2019-11-07 00:03:32 +0100
commita3352e829e7715f6967259ff634265ab6e6d1a89 (patch)
tree677c6e1d6b05e5c778b97ddcd4525d0de9835ac1 /PKGBUILD
parent1a79241df8005cff50bb81c02ec4608315f9cda7 (diff)
downloadaur-anki-drive-sdk-git.tar.gz
use forked repository from OpenHelios
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b0ab0ffd197..17e71ad06944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,22 @@
pkgname=('anki-drive-sdk-git')
pkgdesc="C SDK for message protocols and data parsing to communicate with Anki Drive vehicles"
-pkgver=0.3.0.r40.20180115
-pkgrel=3
+pkgver=0.3.0.r41.20191106
+pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/anki/drive-sdk"
license=('Apache')
depends=('glib2')
-optdepends=('bluez-utils: for command line tool btmgmt (hciconfig is deprecated)')
+optdepends=(
+ 'bluez-utils: for command line tool btmgmt (hciconfig is deprecated)'
+ 'readline: for command line tool vehicle-tool to communicate with Anki cars'
+)
makedepends=('cmake' 'gcc')
conflicts=('libankidrive')
replaces=('libankidrive')
source=(
- "$pkgname::git+https://github.com/anki/drive-sdk.git"
+# "$pkgname::git+https://github.com/anki/drive-sdk.git"
+ "$pkgname::git+https://github.com/OpenHelios/drive-sdk.git"
)
md5sums=('SKIP')
pkgver() {