summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Werling2016-06-10 17:14:48 +0200
committerLukas Werling2016-06-10 17:14:48 +0200
commit562b46f5683c4d8657720ed07cc84e4f88870ccb (patch)
treeb902762484d3ba42dc0bbd050d8a3a13a66c1887 /PKGBUILD
parent08efc2c9fabaa373e5613905a79b552b9b6df108 (diff)
downloadaur-562b46f5683c4d8657720ed07cc84e4f88870ccb.tar.gz
Include $pkgver in zip file names to ease upgrades
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84a5d42859a9..bad1a019b05e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Werling <lukas.werling@gmail.com>
pkgname=elm-platform
pkgver=0.17
-pkgrel=1
+pkgrel=2
pkgdesc="Bundle of all core development tools for the Elm language."
arch=('i686' 'x86_64')
url="http://elm-lang.org"
@@ -10,11 +10,11 @@ depends=('ncurses' 'gmp' 'libffi' 'zlib')
makedepends=('ghc' 'cabal-install')
conflicts=('nodejs-elm')
source=(
- elm-compiler.zip::https://github.com/elm-lang/elm-compiler/archive/${pkgver}.zip
- elm-package.zip::https://github.com/elm-lang/elm-package/archive/${pkgver}.zip
- elm-make.zip::https://github.com/elm-lang/elm-make/archive/${pkgver}.zip
- elm-reactor.zip::https://github.com/elm-lang/elm-reactor/archive/${pkgver}.zip
- elm-repl.zip::https://github.com/elm-lang/elm-repl/archive/${pkgver}.zip
+ elm-compiler-${pkgver}.zip::https://github.com/elm-lang/elm-compiler/archive/${pkgver}.zip
+ elm-package-${pkgver}.zip::https://github.com/elm-lang/elm-package/archive/${pkgver}.zip
+ elm-make-${pkgver}.zip::https://github.com/elm-lang/elm-make/archive/${pkgver}.zip
+ elm-reactor-${pkgver}.zip::https://github.com/elm-lang/elm-reactor/archive/${pkgver}.zip
+ elm-repl-${pkgver}.zip::https://github.com/elm-lang/elm-repl/archive/${pkgver}.zip
)
sha256sums=('1dc1a5fa5cd09936dee8fbba1f0197527bb988b2cc045919ce6bbb9a6706e122'
'dc474d7192ecb440db279e142d0d1605bf8fc76ff0328088f8d931780b4c4f5c'