aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdés2018-02-25 17:46:02 -0500
committerAlejandro Valdés2018-02-25 17:46:02 -0500
commitf9330dcadc53fdd2f0cfb61d0d8430c2cd51bb25 (patch)
tree254b3e92c9ad8802c84a0f6928643a5a2bc84664
parent040f291a1df17f4b8c41c46fc50065b60a2b77b0 (diff)
downloadaur-f9330dcadc53fdd2f0cfb61d0d8430c2cd51bb25.tar.gz
added conflict with mozart1-bin
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f829e892714..5909fc177161 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = mozart2-compiler
license = BSD
depends = tk
conflicts = mozart2
+ conflicts = mozart1-bin
source = https://github.com/alevalv/mozart2-compiler-archlinux/releases/download/1.0/bin.rpm
source = https://raw.githubusercontent.com/mozart/mozart2/master/LICENSE.txt
sha512sums = dbdf8619d41918e7403a8ea3a7759fdc15013c9bece37ce10d16371428f15c66a31be3624175a4d49ce318647200eac56806922ba240935e421e061e32d8690c
diff --git a/PKGBUILD b/PKGBUILD
index 1b2466660ed7..0f853aa9adf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='https://mozart.github.io/'
license=('BSD')
depends=('tk')
-conflicts=('mozart2')
+conflicts=('mozart2' 'mozart1-bin')
source=(https://github.com/alevalv/mozart2-compiler-archlinux/releases/download/1.0/bin.rpm
https://raw.githubusercontent.com/mozart/mozart2/master/LICENSE.txt)
sha512sums=('dbdf8619d41918e7403a8ea3a7759fdc15013c9bece37ce10d16371428f15c66a31be3624175a4d49ce318647200eac56806922ba240935e421e061e32d8690c'