summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2017-08-10 20:05:48 +0200
committerRaimar Bühmann2017-08-10 20:05:48 +0200
commit10a78e32c7a77a66ce26fb1a7dcc451675641f6c (patch)
treec0f0acddeb3c59e02b81384b116d5e8f7938ed1d
parent5e8e3dcbac6a803a2d6d841fb1b6b365a13bc270 (diff)
downloadaur-10a78e32c7a77a66ce26fb1a7dcc451675641f6c.tar.gz
update to version 0.3.0.r30.20170808
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 823cdac6c3bb..478a45642d66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anki-drive-sdk-git
pkgdesc = C implementation of message protocols and data parsing to communicate with Anki Drive vehicles
- pkgver = 0.3.0.r30.20161116
+ pkgver = 0.3.0.r38.20170808
pkgrel = 1
url = https://github.com/anki/drive-sdk
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b3f5658577eb..f6154714f84e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raimar Bühmann <raimar _at_ buehmann _dot_ de>
pkgname=anki-drive-sdk-git
-pkgver=0.3.0.r30.20161116
+pkgver=0.3.0.r38.20170808
pkgrel=1
pkgdesc="C implementation of message protocols and data parsing to communicate with Anki Drive vehicles"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ pkgver() {
_commitCount=$(git rev-list --count HEAD)
# get time of last git commit
_commitTime=$(git show -s --format="%ci" | grep -o "....-..-.." | sed "s/-//g")
- # add ".r*.*" from package version
+ # add ".r*.*" to package version
echo "$_pkgverTriple.r$_commitCount.$_commitTime"
}
prepare() {