summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Blankertz2017-04-10 13:40:16 +0200
committerMatthias Blankertz2017-04-10 13:40:16 +0200
commita50ac8cb203874c9c7e7e2adc6fc7f38769f3d1b (patch)
tree6f6d68879a3da9119ff194cf0a80428a1d4641eb /PKGBUILD
parent9c6a9f4bf8358205372815f7be69f3bc3fad06a0 (diff)
downloadaur-a50ac8cb203874c9c7e7e2adc6fc7f38769f3d1b.tar.gz
Add conflicts with coin-or-{clp,osi,coinutils}
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4a267acbdd5..734719ac7fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=('ogdf-snapshot' 'ogdf-snapshot-docs')
pkgver=2017_02_16
-pkgrel=1
+pkgrel=2
pkgdesc="OGDF is a self-contained C++ class library for the automatic layout of diagrams. OGDF offers sophisticated algorithms and data structures to use within your own applications or scientific projects."
arch=('i686' 'x86_64')
url="http://amber-v7.cs.tu-dortmund.de/doku.php/start"
license=('GPL')
makedepends=('cmake' 'doxygen' 'graphviz' 'bash')
-conflicts=('ogdf')
+conflicts=('ogdf' 'coin-or-clp' 'coin-or-osi' 'coin-or-coinutils')
source=("$pkgname-${pkgver//_/-}.zip::http://amber-v7.cs.tu-dortmund.de/lib/exe/fetch.php/tech:$pkgname-${pkgver//_/-}.zip")
sha256sums=("5c76b842dfab8e41c4cb6ab829f4c28d9ea2be9bb68a70c94e51e4867b1ca655")