summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Schürmann2018-10-26 16:10:33 +0200
committerJonas Schürmann2018-10-26 16:10:33 +0200
commita3fa76764fd8a53faadace24286edae96652ab0c (patch)
treec996883f93bcf442fc51788177ab035288eea8ab /PKGBUILD
parentd15fd4ff100f209ad614e92e037bc6a7c36e6e51 (diff)
downloadaur-a3fa76764fd8a53faadace24286edae96652ab0c.tar.gz
Upgrade to 0.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 930f5ec01e1f..bdf6178f3a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Jonas Schürmann <jonasschuermann@aol.de>
# Contributor: Matt Bray <mattjbray@gmail.com>
-_elm_version=0.19
pkgname=elm-format-bin
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
epoch=
pkgdesc="Format Elm source code according to a standard set of rules based on the official Elm Style Guide."
@@ -15,19 +14,19 @@ makedepends=()
checkdepends=()
optdepends=()
provides=(elm-format)
-conflicts=(elm-format-0.16-bin elm-format-0.17-bin elm-format-0.18-bin elm-format-0.18-exp-bin)
+conflicts=(elm-format-0.16-bin elm-format-0.17-bin elm-format-0.18-bin elm-format-0.18-exp-bin elm-format-0.19-bin)
replaces=()
backup=()
options=()
install=
changelog=
-source=("https://github.com/avh4/elm-format/releases/download/${pkgver}/elm-format-${_elm_version}-${pkgver}-linux-x64.tgz"
- "https://github.com/avh4/elm-format/releases/download/${pkgver}/elm-format-${_elm_version}-${pkgver}-linux-x64.tgz.asc"
+source=("https://github.com/avh4/elm-format/releases/download/${pkgver}/elm-format-${pkgver}-linux-x64.tgz"
+ "https://github.com/avh4/elm-format/releases/download/${pkgver}/elm-format-${pkgver}-linux-x64.tgz.asc"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/avh4/elm-format/${pkgver}/LICENSE")
noextract=()
-md5sums=('ecef0d7d0d66c7b35f9dd1c1ef5f9a52'
+md5sums=('366c584a6bb551fd8c5ecfd62109ea1e'
'SKIP'
- 'e3bb965f28c7631a1bac6d8611a1db7d')
+ '66f2ab57c97494e29cc93d062395eb5f')
validpgpkeys=('C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0')
package() {