summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorordoe2015-11-29 13:28:58 +0100
committerordoe2015-11-29 13:28:58 +0100
commitb5bdedc6c5fea2112a0ce7155d56ba0071eb5e73 (patch)
tree2fb4cf86ec3b26c9167f4eb3ea7ff5b755ddf2d0
parent261df4c47e1a9ecb0d545b9f9a6e2e5bb9b335f4 (diff)
downloadaur-b5bdedc6c5fea2112a0ce7155d56ba0071eb5e73.tar.gz
Switch to release channel
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 934c87f5458d..a3b1d44fc5cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 29 12:25:25 UTC 2015
-pkgbase = python-rtimulib-git
+# Sun Nov 29 12:28:42 UTC 2015
+pkgbase = python-rtimulib
pkgdesc = Python Binding for RTIMULib, a versatile IMU library.
- pkgver = 121.b949681
+ pkgver = 7.2.1
pkgrel = 1
url = http://www.richards-tech.com/
arch = armv7h
@@ -11,8 +11,8 @@ pkgbase = python-rtimulib-git
depends = python
depends = python-setuptools
provides = python-rtimulib
- source = git+https://github.com/RPI-Distro/RTIMULib.git
- sha256sums = SKIP
+ source = https://github.com/RPi-Distro/RTIMULib/archive/V7.2.1.tar.gz
+ sha256sums = d8cc6c8c07633f4cd64f42fef80527033d3c8ed2a457fd6d003850450adb5b03
-pkgname = python-rtimulib-git
+pkgname = python-rtimulib
diff --git a/PKGBUILD b/PKGBUILD
index d3e4aac26d3a..dba3da9fadb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ordoe ordoe <aur@cach.co>
-pkgname=python-rtimulib-git
+pkgname=python-rtimulib
_gitname=RTIMULib
-pkgver=121.b949681
+pkgver=7.2.1
pkgrel=1
pkgdesc="Python Binding for RTIMULib, a versatile IMU library."
arch=('armv7h')
@@ -11,14 +11,8 @@ license=('BSD')
depends=('python' 'python-setuptools')
makedepends=('gcc')
provides=('python-rtimulib')
-source=("git+https://github.com/RPI-Distro/${_gitname}.git")
-sha256sums=('SKIP')
-
-pkgver() {
- cd "${srcdir}/${_gitname}"
- local ver="$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
- printf "%s" "${ver//-/.}"
-}
+source=("https://github.com/RPi-Distro/${_gitname}/archive/V${pkgver}.tar.gz")
+sha256sums=('d8cc6c8c07633f4cd64f42fef80527033d3c8ed2a457fd6d003850450adb5b03')
build() {
cd "${srcdir}/${_gitname}/Linux/python/"