summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2020-02-28 02:02:15 +0100
committerKokaKiwi2020-02-28 02:03:00 +0100
commitffb3cffd857b767aca20551be6e6e587e495c48f (patch)
treee0c97757073a792d600c026e739e6512250ab0c7
parent18c09c90e061444cc0a2d89f9727af4ca4dbb27e (diff)
downloadaur-ffb3cffd857b767aca20551be6e6e587e495c48f.tar.gz
Fix optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18e682355c2..244309db9752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = ecosim-git
makedepends = gcc
depends = glfw-x11
depends = glew
- optdepends = python
optdepends = ffmpeg
- optdepends = matplotlib
+ optdepends = python
+ optdepends = python-matplotlib
provides = ecosim=r194.a2c2d33
conflicts = ecosim
source = ecosim-git::git://github.com/connor-brooks/ecosim.git
diff --git a/PKGBUILD b/PKGBUILD
index 7b1b3e213fa5..931187cd5fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An interactive ecosystem and evolution simulator written in C and OpenG
arch=('x86_64')
url="http://connor-brooks.com/ecosim"
depends=('glfw-x11' 'glew')
-optdepends=('python' 'ffmpeg' 'matplotlib')
+optdepends=('ffmpeg' 'python' 'python-matplotlib')
makedepends=('make' 'gcc')
provides=("ecosim=$pkgver")
conflicts=("ecosim")