summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-07-02 14:27:14 -0400
committeracxz2020-07-02 14:27:14 -0400
commit3ccc5a24813c51db10efa03199264d2de1f780eb (patch)
tree80fb7a0334b527094086605679ad4b214b425e93
parentb5ea268cef5c2eb6dbe463780be5b563506d6fb3 (diff)
downloadaur-3ccc5a24813c51db10efa03199264d2de1f780eb.tar.gz
[orocos-kdl-git] add provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a016ae65b9..461625a50db7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = orocos-kdl-git
pkgdesc = The Kinematics and Dynamics Library is a framework for modelling and computation of kinematic chains
pkgver = r931.546d04d
- pkgrel = 1
+ pkgrel = 2
url = http://www.orocos.org/kdl
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
depends = eigen
+ provides = orocos-kdl
+ conflicts = orocos-kdl
source = git+https://github.com/orocos/orocos_kinematics_dynamics
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 64cc1840caf0..f7e08c72da72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=orocos-kdl-git
pkgver=r931.546d04d
-pkgrel=1
+pkgrel=2
pkgdesc="The Kinematics and Dynamics Library is a framework for modelling and computation of kinematic chains"
arch=('i686' 'x86_64')
url="http://www.orocos.org/kdl"
license=('GPL')
depends=(eigen)
makedepends=(cmake)
+provides=(orocos-kdl)
+conflicts=(orocos-kdl)
source=(git+https://github.com/orocos/orocos_kinematics_dynamics)
sha256sums=('SKIP')