summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorODiogoSilva2017-04-21 00:56:47 +0100
committerODiogoSilva2017-04-21 00:56:47 +0100
commit7a4fd94dcb3626ec5e06555e10397b570c0c1616 (patch)
treee13da5e7ad9fd208415c50e93777b1b13734ee94
parent1af882fc516b0e3bdd3a78848370eea7ee94af6d (diff)
downloadaur-7a4fd94dcb3626ec5e06555e10397b570c0c1616.tar.gz
fixed deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3c90d0f1994..de63d142b2c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Streamlining phylogenomic data gathering, processing and visualization"
arch=("any")
url="https://github.com/ODiogoSilva/TriFusion"
license=("GPL3")
-depends=("python2-kivy" "python2-numpy" "python2-scipy" "python2-matplotlib" "python2-psutil" "python2-seaborn" "python2-configparser", "python2-pandas")
+depends=("python2-kivy" "python2-numpy" "python2-scipy" "python2-matplotlib" "python2-psutil" "python2-seaborn" "python2-configparser" "python2-pandas")
conflicts=("trifusion" "trifusion-bin")
source=("git+https://github.com/ODiogoSilva/TriFusion.git")
md5sums=("SKIP")