From be1692efc8cb2fb68b71f2e8a9d0916bee5c3a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Chr=C3=A9tien?= Date: Sun, 26 Jun 2016 20:42:32 +0200 Subject: [PATCH] Update to version 2.4.0 (pkgrel 1) --- .SRCINFO | 10 +++++----- PKGBUILD | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b89c0c6b56b..1cd1bfe63d2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sat Jan 30 04:03:04 UTC 2016 +# Sun Jun 26 18:42:26 UTC 2016 pkgbase = ignition-math pkgdesc = Math classes and functions for robot applications - pkgver = 2.3.0 - pkgrel = 2 + pkgver = 2.4.0 + pkgrel = 1 url = http://ignitionrobotics.org/ arch = i686 arch = x86_64 @@ -14,8 +14,8 @@ pkgbase = ignition-math makedepends = pkg-config>=0.28 provides = ignition-math2 replaces = ignition-math2 - source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math2_2.3.0.tar.bz2 - sha256sums = a1ef0fb00953846d00a64809c499a41e2dfff5b5c7fd0a646c9eebe6b54964d2 + source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math2_2.4.0.tar.bz2 + sha256sums = 1fe4090a810180d1d32bda2e7afd1264982e7cba1dbe9891f72396c34991d870 pkgname = ignition-math diff --git a/PKGBUILD b/PKGBUILD index d69ff1389df..f24eb69964f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Mykola Dolhyi <0xb000@gmail.com> pkgname=ignition-math -pkgver=2.3.0 -pkgrel=2 +pkgver=2.4.0 +pkgrel=1 pkgdesc="Math classes and functions for robot applications" arch=('i686' 'x86_64') url="http://ignitionrobotics.org/" @@ -14,9 +14,9 @@ provides=('ignition-math2') conflicts=() replaces=('ignition-math2') source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}2_${pkgver}.tar.bz2") -sha256sums=('a1ef0fb00953846d00a64809c499a41e2dfff5b5c7fd0a646c9eebe6b54964d2') +sha256sums=('1fe4090a810180d1d32bda2e7afd1264982e7cba1dbe9891f72396c34991d870') -_dir="ignitionrobotics-ign-math-6e625a118d45" +_dir="ignitionrobotics-ign-math-ac12fe30079e" build() { cd "$srcdir/$_dir"