Skip to content

Instantly share code, notes, and snippets.

@acxz
Created September 27, 2021 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acxz/b670080a4a48ab68a7bcf933e86fab93 to your computer and use it in GitHub Desktop.
Save acxz/b670080a4a48ab68a7bcf933e86fab93 to your computer and use it in GitHub Desktop.
From b88c90ae704e467fd84f80ee3fed134e72ce7dd9 Mon Sep 17 00:00:00 2001
From: acxz <17132214+acxz@users.noreply.github.com>
Date: Mon, 27 Sep 2021 13:35:46 -0400
Subject: [PATCH] updpkg 4.1.0
---
.SRCINFO | 7 +++----
PKGBUILD | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
index 4019d0e..97c6f7f 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 = 4.0.0
+ pkgver = 4.1.0
pkgrel = 1
url = https://ignitionrobotics.org/libs/common
arch = any
@@ -14,8 +14,7 @@ pkgbase = ignition-common
depends = libutil-linux
depends = gts
depends = ffmpeg
- source = https://github.com/ignitionrobotics/ign-common/archive/ignition-common4_4.0.0.tar.gz
- sha256sums = 06169fd8bccf41cceb08f5590e6c3059797cb85b52686e76c4e93fd7de937ac2
+ source = https://github.com/ignitionrobotics/ign-common/archive/ignition-common4_4.1.0.tar.gz
+ sha256sums = b6d223fb30a053385b4b86f45db2684d28acde280d64272eb84437431513d5b5
pkgname = ignition-common
-
diff --git a/PKGBUILD b/PKGBUILD
index ee1be15..23d023a 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=4.0.0
+pkgver=4.1.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}4_${pkgver}.tar.gz")
-sha256sums=('06169fd8bccf41cceb08f5590e6c3059797cb85b52686e76c4e93fd7de937ac2')
+sha256sums=('b6d223fb30a053385b4b86f45db2684d28acde280d64272eb84437431513d5b5')
_dir="ign-common-${pkgname}4_${pkgver}"
--
2.33.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment