summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-12-24 14:54:31 -0500
committeracxz2020-12-24 14:54:31 -0500
commitaf76b3e46d7884b4ef724c2962de028c4015a2de (patch)
treed98055aa9b24245166b11ecc66d305f81056a06b /PKGBUILD
parenta19aa6c303afb4892b9efec302b5451cf208302f (diff)
downloadaur-af76b3e46d7884b4ef724c2962de028c4015a2de.tar.gz
updpkg 3.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b47f8d7543be..ec64b1a94b75 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.5.0
+pkgver=3.9.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')
@@ -13,7 +13,7 @@ makedepends=('ignition-cmake>=2' 'util-linux')
optdepends=()
conflicts=()
source=("https://github.com/ignitionrobotics/ign-common/archive/${pkgname}3_${pkgver}.tar.gz")
-sha256sums=('e0ad7a75bd0ed5dba4e3e041941f35ccf805ac05d9370dcacde2b92819c4730c')
+sha256sums=('105e54f88b0cdec590273798b52fe0d62483f7350cd5a630d5ff2ba319907389')
_dir="ign-common-${pkgname}3_${pkgver}"