summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2022-03-20 19:00:32 +0100
committerRaphael Nestler2022-03-20 19:00:32 +0100
commitb0501c91a4a2d52438d94e0e90b525b39ba84138 (patch)
treebedcab23f496dd1b9e8b695627f57717d5f9763c
parent967ba63c7f8bb86c5085519ccd6381b993017106 (diff)
downloadaur-libsphero-git.tar.gz
Fix compilation issue
There was a cstdint include missing. See https://github.com/rnestler/sphero-linux-api/tree/fix-missing-cstdint-include
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8388f6e7bb1..859d57c47c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsphero-git
pkgdesc = Simple API for sphero 1 and 2.0 written in C++
- pkgver = 1.0.r10.g5ab1ce8
+ pkgver = 1.0.r11.g6c6d6bd
pkgrel = 1
url = https://github.com/slock83/sphero-linux-api
arch = i686
@@ -10,7 +10,7 @@ pkgbase = libsphero-git
depends = bluez-libs
provides = libsphero
conflicts = libsphero
- source = git+https://github.com/rnestler/sphero-linux-api.git#branch=fix_makefile
+ source = git+https://github.com/rnestler/sphero-linux-api.git#branch=fix-missing-cstdint-include
md5sums = SKIP
pkgname = libsphero-git
diff --git a/PKGBUILD b/PKGBUILD
index c8f127252f55..4e0125dae870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=sphero-linux-api
pkgname=libsphero-git
-pkgver=1.0.r10.g5ab1ce8
+pkgver=1.0.r11.g6c6d6bd
pkgrel=1
pkgdesc='Simple API for sphero 1 and 2.0 written in C++'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=(bluez-libs)
makedepends=(git)
provides=('libsphero')
conflicts=('libsphero')
-source=('git+https://github.com/rnestler/sphero-linux-api.git#branch=fix_makefile')
+source=('git+https://github.com/rnestler/sphero-linux-api.git#branch=fix-missing-cstdint-include')
md5sums=(SKIP)
pkgver() {