summarylogtreecommitdiffstats
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
parent5bb2a7045632ba8ac957f5a96966b9194c535d83 (diff)
downloadaur-9fdc1e275501887b0323cc761d4998c586cda277.tar.gz
add provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70b3d38e664..9ea1588bd746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Aug 21 21:16:58 UTC 2018
+# Sun Dec 9 19:04:27 UTC 2018
pkgbase = elm-platform-bin
pkgdesc = Bundle of all core development tools for Elm
pkgver = 0.19.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/elm/compiler
arch = x86_64
license = BSD-3-Clause
depends = ncurses5-compat-libs
+ provides = elm-platform
conflicts = elm-platform
source = binaries-for-linux-0.19.0.tar.gz::https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz
sha512sums = 7a68a8ffd795e89a4587f6959c820ffbc9abfea5e30fec3de70cc9521097d3d9b45ed1cf671f9f45833a366f771f9805df28866117d53e8e29b9557cd492bd31
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)