summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Häggqvist2018-12-09 20:04:57 +0100
committerVictor Häggqvist2018-12-09 20:04:57 +0100
commit9fdc1e275501887b0323cc761d4998c586cda277 (patch)
tree53bdf90925c7f66e9ae98bfa89beef5315e22f1b /PKGBUILD
parent5bb2a7045632ba8ac957f5a96966b9194c535d83 (diff)
downloadaur-9fdc1e275501887b0323cc761d4998c586cda277.tar.gz
add provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fae309a37a3a..28e42c3e4c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@ pkgname=elm-platform-bin
_pkgname=elm-platform
pkgver=0.19.0
-pkgrel=2
+pkgrel=3
pkgdesc="Bundle of all core development tools for Elm"
url="https://github.com/elm/compiler"
license=('BSD-3-Clause')
arch=('x86_64')
depends=(ncurses5-compat-libs)
conflicts=(elm-platform)
+provides=(elm-platform)
makedepends=()
source=(binaries-for-linux-${pkgver}.tar.gz::https://github.com/elm/compiler/releases/download/${pkgver}/binaries-for-linux.tar.gz)