summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-08-14 15:06:03 +0200
committerBenjamin Chrétien2015-08-14 15:10:38 +0200
commit77a8220846b8e8ca032ac5110bbd25524fdfc30a (patch)
treef192ffcf9aebe7b6f00e3ca24d4736c0b44cc2e0
parent39e9120ce392e79ddc1f7bd2a2b728a8bc12f925 (diff)
downloadaur-77a8220846b8e8ca032ac5110bbd25524fdfc30a.tar.gz
Update to version 4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 862a607f3e95..e29772f6c90c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rtctree
pkgdesc = API for interacting with running RT-Components and managing RTM-based systems using OpenRTM-aist
- pkgver = 3.0.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/gbiggs/rtctree
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-rtctree
makedepends = python2-setuptools
depends = python2
depends = openrtm-aist-python
- source = https://github.com/gbiggs/rtctree/archive/v3.0.1.tar.gz
- md5sums = 224d6e3d76446111e7628e7f53a8d55f
+ source = https://github.com/gbiggs/rtctree/archive/v4.0.0.tar.gz
+ sha256sums = f955b16ccfab80ad96182e5e95707e011df5dcae0d0f368d0dd18569ed13acc1
pkgname = python2-rtctree
diff --git a/PKGBUILD b/PKGBUILD
index 3bac80893c8a..fd296ad13595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python2-rtctree
_name=rtctree
-pkgver=3.0.1
+pkgver=4.0.0
pkgrel=1
pkgdesc="API for interacting with running RT-Components and managing RTM-based systems using OpenRTM-aist"
url="https://github.com/gbiggs/rtctree"
@@ -9,7 +9,7 @@ makedepends=('python2' 'python2-setuptools')
license=('EPLv1.0')
arch=('any')
source=("https://github.com/gbiggs/${_name}/archive/v${pkgver}.tar.gz")
-md5sums=('224d6e3d76446111e7628e7f53a8d55f')
+sha256sums=('f955b16ccfab80ad96182e5e95707e011df5dcae0d0f368d0dd18569ed13acc1')
build() {
cd "${srcdir}/${_name}-${pkgver}"