summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorODiogoSilva2016-07-07 09:46:19 +0100
committerODiogoSilva2016-07-07 09:46:19 +0100
commitdf3d03a49852026cac9ba17f4d0d3b8dcfdc5f1a (patch)
tree9a9eeabc6b146e4e1195fc1175cbed08623d4ff7 /PKGBUILD
parent082cf6e89dbefd147fe1426ebcee06dbcac57e64 (diff)
downloadaur-df3d03a49852026cac9ba17f4d0d3b8dcfdc5f1a.tar.gz
Added trifusion bin to conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 832c440015f3..4e50e31d5be7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=("any")
url="https://github.com/ODiogoSilva/TriFusion"
licence=("GPL3")
depends=("python2-kivy" "python2-numpy" "python2-scipy" "python2-matplotlib" "python2-psutil" "python2-seaborn" "python2-configparser")
-conflicts=("trifusion-git")
+conflicts=("trifusion-git", "trifusion-bin")
source=("https://github.com/ODiogoSilva/${_pkgname}/archive/${pkgver}.tar.gz")
md5sums=("3a5e2c57ff16b6da8aedfaa31a526b78")