summarylogtreecommitdiffstats
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
parent1a79241df8005cff50bb81c02ec4608315f9cda7 (diff)
downloadaur-anki-drive-sdk-git.tar.gz
use forked repository from OpenHelios
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3407801d207..a030b4327557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 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
url = https://github.com/anki/drive-sdk
arch = i686
arch = x86_64
@@ -10,9 +10,10 @@ pkgbase = anki-drive-sdk-git
makedepends = gcc
depends = glib2
optdepends = bluez-utils: for command line tool btmgmt (hciconfig is deprecated)
+ optdepends = readline: for command line tool vehicle-tool to communicate with Anki cars
conflicts = libankidrive
replaces = libankidrive
- source = anki-drive-sdk-git::git+https://github.com/anki/drive-sdk.git
+ source = anki-drive-sdk-git::git+https://github.com/OpenHelios/drive-sdk.git
md5sums = SKIP
pkgname = anki-drive-sdk-git
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() {