summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Platte2016-06-06 04:09:12 +0200
committerJonas Platte2016-06-06 04:09:12 +0200
commit2705bea572df48411e1b3f995658908cc0231045 (patch)
tree5479228d21bfef22a6b633757cda84a47155cf77 /PKGBUILD
parent1b4543d9ccc4d4546d3c09530d7865d3685cc9d4 (diff)
downloadaur-2705bea572df48411e1b3f995658908cc0231045.tar.gz
Add conflicts=('purescript-stack')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f983dc31b2dc..bac00562c031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('MIT')
depends=('gmp' 'libtinfo5' 'zlib')
makedepends=('chrpath')
provides=('purescript')
+conflicts=('purescript-stack')
source=("purescript-${pkgver}.tar.gz::https://github.com/purescript/purescript/releases/download/v${pkgver}/linux64.tar.gz")
sha1sums=('9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257')