From bdf8fc887cdce8828fe6cf6fd5f93b00f64df6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Chr=C3=A9tien?= Date: Sat, 30 Jan 2016 13:03:06 +0900 Subject: [PATCH] Update to version 2.3.0 (pkgrel 2) --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index adb7930ced9..b89c0c6b56b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sat Jan 30 03:23:04 UTC 2016 +# Sat Jan 30 04:03:04 UTC 2016 pkgbase = ignition-math pkgdesc = Math classes and functions for robot applications pkgver = 2.3.0 - pkgrel = 1 + pkgrel = 2 url = http://ignitionrobotics.org/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 8978298a3ba..d69ff1389df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Mykola Dolhyi <0xb000@gmail.com> pkgname=ignition-math pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Math classes and functions for robot applications" arch=('i686' 'x86_64') url="http://ignitionrobotics.org/" @@ -16,7 +16,7 @@ replaces=('ignition-math2') source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}2_${pkgver}.tar.bz2") sha256sums=('a1ef0fb00953846d00a64809c499a41e2dfff5b5c7fd0a646c9eebe6b54964d2') -_dir="ignitionrobotics-ign-math-f3919dfcf50e" +_dir="ignitionrobotics-ign-math-6e625a118d45" build() { cd "$srcdir/$_dir"