summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Häggqvist2018-06-11 20:40:39 +0200
committerVictor Häggqvist2018-06-11 20:40:39 +0200
commit1fa002d66ca484b07b4b37656684d9e2630c4a26 (patch)
tree8f6af8542570810352cf928bdacaaeff30a94475
parentca9f239149db204eb97b6573a210dc50857fb6cc (diff)
downloadaur-1fa002d66ca484b07b4b37656684d9e2630c4a26.tar.gz
add conflicts elm-platform
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2af79d133f3e..27273a652886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Apr 4 21:04:25 UTC 2018
+# Mon Jun 11 18:40:01 UTC 2018
pkgbase = elm-platform-bin
pkgdesc = Bundle of all core development tools for Elm
pkgver = 0.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/elm-lang/elm-platform
arch = x86_64
license = BSD-3-Clause
depends = ncurses5-compat-libs
+ conflicts = elm-platform
source = elm-platform-0.18.0.tar.gz::https://dl.bintray.com/elmlang/elm-platform/0.18.0/linux-x64.tar.gz
sha512sums = aa0e95e1bfacff06181d85c3dd7635b60dfc8f563d22bf8db952f11d03cef46756ba90318df9e236c51031e522ef1769da01d0709751de10fe4fc83440b01f48
diff --git a/PKGBUILD b/PKGBUILD
index 1830192ab43b..ec79687a66cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ pkgname=elm-platform-bin
_pkgname=elm-platform
pkgver=0.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bundle of all core development tools for Elm"
url="https://github.com/elm-lang/elm-platform"
license=('BSD-3-Clause')
arch=('x86_64')
depends=(ncurses5-compat-libs)
+conflicts=(elm-platform)
makedepends=()
source=(elm-platform-${pkgver}.tar.gz::https://dl.bintray.com/elmlang/elm-platform/${pkgver}/linux-x64.tar.gz)