summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-05-08 19:39:38 +0700
committerAchmad Fathoni2022-05-08 19:39:38 +0700
commit741a0f6e9b38738d96b1c38a9561cac74e1dc418 (patch)
tree520edb1312aa8768d6f18447621090a5acd3094a
parentbce22c14d3e2b3ae07bcb810283c61863bc02a03 (diff)
downloadaur-741a0f6e9b38738d96b1c38a9561cac74e1dc418.tar.gz
Fix source name and checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 232cfd7c01d5..39ec6df7d0e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://ignitionrobotics.org/libs/common
arch = any
groups = development
@@ -17,7 +17,7 @@ pkgbase = ignition-common
depends = ffmpeg
source = https://github.com/ignitionrobotics/ign-common/archive/ignition-common4_4.5.0.tar.gz
source = patch::https://github.com/ignitionrobotics/ign-common/pull/325.patch
- sha256sums = 854331ba0d0f1ef8c8099fdba0977fde58b1e0f9fd8d3f71d5fb02768829a850
- sha256sums = SKIP
+ sha256sums = 0810d23af7ae16524f115e191e72df9de436e0809ade3d85bdee455bfa3f1aff
+ sha256sums = 799d1c63658cfec9671f88fecd38fd6dc659f89c7c8004d8011e47ce8b5dafc2
pkgname = ignition-common
diff --git a/PKGBUILD b/PKGBUILD
index d57a7b6d06a8..8791afe3173a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Rakowski <tim.rakowski@gmail.com>
pkgname=ignition-common
pkgver=4.5.0
-pkgrel=3
+pkgrel=4
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')
url="https://ignitionrobotics.org/libs/common"
@@ -13,9 +13,10 @@ makedepends=('ignition-cmake>=2' 'util-linux')
optdepends=()
conflicts=()
source=("https://github.com/ignitionrobotics/ign-common/archive/${pkgname}4_${pkgver}.tar.gz" "patch"::"https://github.com/ignitionrobotics/ign-common/pull/325.patch")
-sha256sums=('854331ba0d0f1ef8c8099fdba0977fde58b1e0f9fd8d3f71d5fb02768829a850' 'SKIP')
+sha256sums=('0810d23af7ae16524f115e191e72df9de436e0809ade3d85bdee455bfa3f1aff'
+ '799d1c63658cfec9671f88fecd38fd6dc659f89c7c8004d8011e47ce8b5dafc2')
-_dir="ign-common-${pkgname}4_${pkgver}"
+_dir="gz-common-${pkgname}4_${pkgver}"
prepare() {
cd "${srcdir}/$_dir"/