summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2016-11-24 17:33:52 +0100
committereolianoe2016-11-24 17:33:52 +0100
commit2ec4a5180ef0f3103d55d9a379c9bde44ab2e10c (patch)
tree3cf913324dbcfa1451a5dd4cd8d95e7773b972f3
parent6967cd1fc4a723f752dba653ba6f7b1e82076f5c (diff)
downloadaur-2ec4a5180ef0f3103d55d9a379c9bde44ab2e10c.tar.gz
remove provides and conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dbca63dacc9..aa0f23ba0c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 16:35:51 UTC 2016
+# Thu Nov 24 16:33:40 UTC 2016
pkgbase = cgns
pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations
pkgver = 3.3.0
@@ -14,9 +14,6 @@ pkgbase = cgns
depends = hdf5-cpp-fortran
depends = libxmu
depends = glu
- provides = libcgns
- provides = libcgns-paraview
- conflicts = ligcgns2
source = cgns-3.3.0.tar.gz::https://github.com/CGNS/CGNS/archive/v3.3.0.tar.gz
sha256sums = 8422c67994f8dc6a2f201523a14f6c7d7e16313bdd404c460c16079dbeafc662
diff --git a/PKGBUILD b/PKGBUILD
index 839730bce10e..5085394a5b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,6 @@ pkgdesc='Standard for recording and recovering computer data associated with the
arch=('i686' 'x86_64')
url='http://www.cgns.org'
license=('custom')
-provides=('libcgns' 'libcgns-paraview')
-conflicts=('ligcgns2')
depends=('tk' 'hdf5-cpp-fortran' 'libxmu' 'glu')
makedepends=('gcc-fortran' 'cmake')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${_PKGNAME}/${_PKGNAME}/archive/v${pkgver}.tar.gz)