summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b1a4b62634d..035e8b956d13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ignition-common
pkgdesc = A collection of useful classes and functions for handling many command tasks. This includes parsing 3D mesh files, managing console output, and using PID controllers.
- pkgver = 3.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = https://ignitionrobotics.org/libs/common
arch = any
@@ -14,8 +14,8 @@ pkgbase = ignition-common
depends = libutil-linux
depends = gts
depends = ffmpeg
- source = https://bitbucket.org/ignitionrobotics/ign-common/get/ignition-common3_3.4.0.tar.bz2
- sha256sums = 4256d47f542c69a4d9186a118ad938c1cd70633544d2b5a9f11789e8d20e8406
+ source = https://github.com/ignitionrobotics/ign-common/archive/ignition-common3_3.5.0.tar.gz
+ sha256sums = e0ad7a75bd0ed5dba4e3e041941f35ccf805ac05d9370dcacde2b92819c4730c
pkgname = ignition-common
diff --git a/PKGBUILD b/PKGBUILD
index 510a442f0d99..b47f8d7543be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
# Contributor: Tim Rakowski <tim.rakowski@gmail.com>
pkgname=ignition-common
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="A collection of useful classes and functions for handling many command tasks. This includes parsing 3D mesh files, managing console output, and using PID controllers."
arch=('any')
@@ -12,10 +12,10 @@ depends=('ignition-math>=6' 'tinyxml2' 'freeimage' 'libutil-linux' 'gts' 'ffmpeg
makedepends=('ignition-cmake>=2' 'util-linux')
optdepends=()
conflicts=()
-source=("https://bitbucket.org/ignitionrobotics/ign-common/get/${pkgname}3_${pkgver}.tar.bz2")
-sha256sums=('4256d47f542c69a4d9186a118ad938c1cd70633544d2b5a9f11789e8d20e8406')
+source=("https://github.com/ignitionrobotics/ign-common/archive/${pkgname}3_${pkgver}.tar.gz")
+sha256sums=('e0ad7a75bd0ed5dba4e3e041941f35ccf805ac05d9370dcacde2b92819c4730c')
-_dir="ignitionrobotics-ign-common-8f74bf460c23"
+_dir="ign-common-${pkgname}3_${pkgver}"
build() {
cd "$srcdir/$_dir"