summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2016-05-03 19:39:19 +0200
committerRaimar Bühmann2016-05-03 19:39:19 +0200
commit8d356d2a23b83441741eee2c863a4f41ea078e45 (patch)
tree7cf562c0a464c1a94469fed47d4926b70d6f21a6
parente6c18f9910285acb42faf71c48e24ae3d5ad79ff (diff)
downloadaur-8d356d2a23b83441741eee2c863a4f41ea078e45.tar.gz
remove dependency to readline already pulled by glib2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c68afe70317..7cc7405c516f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anki-drive-sdk-git
pkgdesc = C implementation of message protocols and data parsing to communicate with Anki Drive vehicles
pkgver = 0.3.0.r29.20160429
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/anki/drive-sdk
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = anki-drive-sdk-git
makedepends = cmake
makedepends = gcc
depends = glib2
- depends = readline
optdepends = bluez-utils: for command line tool hciconfig
source = anki-drive-sdk-git::git+https://github.com/anki/drive-sdk.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cd9677af1205..fac7a32abda5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=anki-drive-sdk-git
pkgver=0.3.0.r29.20160429
-pkgrel=1
+pkgrel=2
pkgdesc="C implementation of message protocols and data parsing to communicate with Anki Drive vehicles"
arch=('i686' 'x86_64')
url="https://github.com/anki/drive-sdk"
license=('Apache')
-depends=('glib2' 'readline')
+depends=('glib2')
optdepends=('bluez-utils: for command line tool hciconfig')
makedepends=('cmake' 'gcc')
source=(