summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-09-30 13:05:29 +0700
committerAchmad Fathoni2021-09-30 13:05:29 +0700
commit1d94ec713f710b9e99d2709d367f965eecef9527 (patch)
treee4b31536f51310868caf243299204018e3f7f962
parent55000b5af127e3c8c0103c4a1915d4efbaceb3ca (diff)
downloadaur-1d94ec713f710b9e99d2709d367f965eecef9527.tar.gz
Fix dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f32ce8f258..523a88fe2a1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,14 @@
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.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://ignitionrobotics.org/libs/common
arch = any
groups = development
license = Apache
makedepends = ignition-cmake>=2
makedepends = util-linux
- depends = ignition-math>=6
- depends = tinyxml2
- depends = freeimage
- depends = libutil-linux
- depends = gts
- depends = ffmpeg
+ depends = ignition-utils
source = https://github.com/ignitionrobotics/ign-common/archive/ignition-common4_4.3.0.tar.gz
sha256sums = 130386df1dbdff630eb3bf86e2fccc7fc2e08d5e1c4353c632b6f336fc5dfea0
diff --git a/PKGBUILD b/PKGBUILD
index 526be1efaa7a..42728507d38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Rakowski <tim.rakowski@gmail.com>
pkgname=ignition-common
pkgver=4.3.0
-pkgrel=1
+pkgrel=2
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"
@@ -17,6 +17,10 @@ sha256sums=('130386df1dbdff630eb3bf86e2fccc7fc2e08d5e1c4353c632b6f336fc5dfea0')
_dir="ign-common-${pkgname}4_${pkgver}"
+depends=(
+ ignition-utils
+)
+
build() {
cd "$srcdir/$_dir"