summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorODiogoSilva2017-04-21 00:51:49 +0100
committerODiogoSilva2017-04-21 00:51:49 +0100
commit1af882fc516b0e3bdd3a78848370eea7ee94af6d (patch)
tree47e23737e91da80981a6b5553832d15a303dd0c0
parent1ecd1ca0378643f5d7cd95bf743e8d60f891df24 (diff)
downloadaur-1af882fc516b0e3bdd3a78848370eea7ee94af6d.tar.gz
updated srcinfo and version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28b5564ac51..884ce4878b23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trifusion-git
pkgdesc = Streamlining phylogenomic data gathering, processing and visualization
- pkgver = 0.3.0.46.gdad0cc7
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/ODiogoSilva/TriFusion
arch = any
@@ -11,6 +11,7 @@ pkgbase = trifusion-git
depends = python2-psutil
depends = python2-seaborn
depends = python2-configparser
+ depends = python2-pandas
source = git+https://github.com/ODiogoSilva/TriFusion.git#branch=setup
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b00c9652cae6..e3c90d0f1994 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")
+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")