summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Werling2016-06-10 17:14:48 +0200
committerLukas Werling2016-06-10 17:14:48 +0200
commit562b46f5683c4d8657720ed07cc84e4f88870ccb (patch)
treeb902762484d3ba42dc0bbd050d8a3a13a66c1887
parent08efc2c9fabaa373e5613905a79b552b9b6df108 (diff)
downloadaur-562b46f5683c4d8657720ed07cc84e4f88870ccb.tar.gz
Include $pkgver in zip file names to ease upgrades
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748c68d2514b..13ff1ffd44be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 11 17:30:41 UTC 2016
+# Fri Jun 10 15:11:55 UTC 2016
pkgbase = elm-platform
pkgdesc = Bundle of all core development tools for the Elm language.
pkgver = 0.17
- pkgrel = 1
+ pkgrel = 2
url = http://elm-lang.org
arch = i686
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = elm-platform
depends = libffi
depends = zlib
conflicts = nodejs-elm
- source = elm-compiler.zip::https://github.com/elm-lang/elm-compiler/archive/0.17.zip
- source = elm-package.zip::https://github.com/elm-lang/elm-package/archive/0.17.zip
- source = elm-make.zip::https://github.com/elm-lang/elm-make/archive/0.17.zip
- source = elm-reactor.zip::https://github.com/elm-lang/elm-reactor/archive/0.17.zip
- source = elm-repl.zip::https://github.com/elm-lang/elm-repl/archive/0.17.zip
+ source = elm-compiler-0.17.zip::https://github.com/elm-lang/elm-compiler/archive/0.17.zip
+ source = elm-package-0.17.zip::https://github.com/elm-lang/elm-package/archive/0.17.zip
+ source = elm-make-0.17.zip::https://github.com/elm-lang/elm-make/archive/0.17.zip
+ source = elm-reactor-0.17.zip::https://github.com/elm-lang/elm-reactor/archive/0.17.zip
+ source = elm-repl-0.17.zip::https://github.com/elm-lang/elm-repl/archive/0.17.zip
sha256sums = 1dc1a5fa5cd09936dee8fbba1f0197527bb988b2cc045919ce6bbb9a6706e122
sha256sums = dc474d7192ecb440db279e142d0d1605bf8fc76ff0328088f8d931780b4c4f5c
sha256sums = 041c37f908272ac1e17c8aeaf09aac1e08404e8511ea7edb69c7899bd1291731
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'