summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Zanini2015-07-29 16:14:06 +0200
committerFabio Zanini2015-07-29 16:14:06 +0200
commita023f18335f438fcf0fc3b91e30cd833d4260c73 (patch)
tree71a3b8bd8f94fe7797700b19691e9b1e53276e39
parent613f077cab47cbf1b1a94465daeafdf7d66760dd (diff)
downloadaur-python2-ffpopsim-git.tar.gz
gcc-libs is a chained dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb329d2cb439..f3fa804a6f83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-ffpopsim-git
pkgdesc = Fast Forward Population Genetic Simulation
pkgver = 20130404
- pkgrel = 4
+ pkgrel = 5
url = http://webdav.tuebingen.mpg.de/ffpopsim/index.html
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = python2-ffpopsim-git
makedepends = git
makedepends = swig2
makedepends = boost
- depends = gcc-libs
depends = gsl
depends = python2-numpy
optdepends = python2-sphinx: generate python documentation,
diff --git a/PKGBUILD b/PKGBUILD
index c6b4f5d78db4..1a253ff1e9f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabio Zanini <fabio.zanini@tuebingen.mpg.de>
pkgname=python2-ffpopsim-git
pkgver=20130404
-pkgrel=4
+pkgrel=5
pkgdesc="Fast Forward Population Genetic Simulation"
arch=('i686' 'x86_64')
url="http://webdav.tuebingen.mpg.de/ffpopsim/index.html"
license=('GPL')
provides=('python2-ffpopsim')
conflicts=('python2-ffpopsim')
-depends=('gcc-libs' 'gsl' 'python2-numpy')
+depends=('gsl' 'python2-numpy')
makedepends=('git' 'swig2' 'boost')
optdepends=('python2-sphinx: generate python documentation',
'doxygen: generate C++ documentation',