summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Häggqvist2018-08-21 23:25:07 +0200
committerVictor Häggqvist2018-08-21 23:25:07 +0200
commit5bb2a7045632ba8ac957f5a96966b9194c535d83 (patch)
treef8ab503f4201800a727dd25ad0a7bd5bc610cc89 /PKGBUILD
parent22029a78d8540a54f76b5f3ae525ecdb1473a65b (diff)
downloadaur-5bb2a7045632ba8ac957f5a96966b9194c535d83.tar.gz
update upsteam url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e58d4e8e78e7..fae309a37a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@ pkgname=elm-platform-bin
_pkgname=elm-platform
pkgver=0.19.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bundle of all core development tools for Elm"
-url="https://github.com/elm-lang/elm-platform"
+url="https://github.com/elm/compiler"
license=('BSD-3-Clause')
arch=('x86_64')
depends=(ncurses5-compat-libs)
conflicts=(elm-platform)
makedepends=()
-source=(elm-platform-${pkgver}.tar.gz::https://github.com/elm/compiler/releases/download/${pkgver}/binaries-for-linux.tar.gz)
+source=(binaries-for-linux-${pkgver}.tar.gz::https://github.com/elm/compiler/releases/download/${pkgver}/binaries-for-linux.tar.gz)
sha512sums=('7a68a8ffd795e89a4587f6959c820ffbc9abfea5e30fec3de70cc9521097d3d9b45ed1cf671f9f45833a366f771f9805df28866117d53e8e29b9557cd492bd31')
package() {