summarylogtreecommitdiffstats
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
parentd15fd4ff100f209ad614e92e037bc6a7c36e6e51 (diff)
downloadaur-a3fa76764fd8a53faadace24286edae96652ab0c.tar.gz
Upgrade to 0.8.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 572bc779c356..8a81ea73f09a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = elm-format-bin
pkgdesc = Format Elm source code according to a standard set of rules based on the official Elm Style Guide.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/avh4/elm-format
arch = i686
@@ -11,13 +11,14 @@ pkgbase = elm-format-bin
conflicts = elm-format-0.17-bin
conflicts = elm-format-0.18-bin
conflicts = elm-format-0.18-exp-bin
- source = https://github.com/avh4/elm-format/releases/download/0.8.0/elm-format-0.19-0.8.0-linux-x64.tgz
- source = https://github.com/avh4/elm-format/releases/download/0.8.0/elm-format-0.19-0.8.0-linux-x64.tgz.asc
- source = LICENSE-0.8.0::https://raw.githubusercontent.com/avh4/elm-format/0.8.0/LICENSE
+ conflicts = elm-format-0.19-bin
+ source = https://github.com/avh4/elm-format/releases/download/0.8.1/elm-format-0.8.1-linux-x64.tgz
+ source = https://github.com/avh4/elm-format/releases/download/0.8.1/elm-format-0.8.1-linux-x64.tgz.asc
+ source = LICENSE-0.8.1::https://raw.githubusercontent.com/avh4/elm-format/0.8.1/LICENSE
validpgpkeys = C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0
- md5sums = ecef0d7d0d66c7b35f9dd1c1ef5f9a52
+ md5sums = 366c584a6bb551fd8c5ecfd62109ea1e
md5sums = SKIP
- md5sums = e3bb965f28c7631a1bac6d8611a1db7d
+ md5sums = 66f2ab57c97494e29cc93d062395eb5f
pkgname = elm-format-bin
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() {