summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Bray2016-11-15 15:02:03 +0000
committerMatt Bray2016-11-15 15:02:03 +0000
commit54cb576d8933d11aae5661246c0b36fb2a3fd90d (patch)
tree400a942bbef1face4731b454d76a35a3ca5f58bd
parent7094019e40b8d44c7f0541c54bb2fb2f9897d56f (diff)
downloadaur-54cb576d8933d11aae5661246c0b36fb2a3fd90d.tar.gz
Update to 0.5.1-alpha
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e146a835127..1859f0d9c067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = elm-format-0.18-bin
pkgdesc = Format Elm source code according to a standard set of rules based on the official Elm Style Guide.
- pkgver = 0.5.0_alpha
+ pkgver = 0.5.1_alpha
pkgrel = 1
url = https://github.com/avh4/elm-format
arch = i686
@@ -9,8 +9,8 @@ pkgbase = elm-format-0.18-bin
provides = elm-format
conflicts = elm-format-0.16-bin
conflicts = elm-format-0.17-bin
- source = https://github.com/avh4/elm-format/releases/download/0.5.0-alpha/elm-format-0.18-0.5.0-alpha-linux-x64.tgz
- md5sums = 148554e1769d2d69256f15529452a802
+ source = https://github.com/avh4/elm-format/releases/download/0.5.1-alpha/elm-format-0.18-0.5.1-alpha-linux-x64.tgz
+ md5sums = dd81103cad6817027a0790d19fe03c28
pkgname = elm-format-0.18-bin
diff --git a/PKGBUILD b/PKGBUILD
index ecc225361c62..ea46266b2d49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Bray <mattjbray@gmail.com>
pkgname=elm-format-0.18-bin
_source_pkgname=elm-format-0.18
-pkgver=0.5.0_alpha
+pkgver=0.5.1_alpha
pkgrel=1
epoch=
pkgdesc="Format Elm source code according to a standard set of rules based on the official Elm Style Guide."
@@ -22,7 +22,7 @@ install=
changelog=
source=("https://github.com/avh4/elm-format/releases/download/${pkgver//_/-}/$_source_pkgname-${pkgver//_/-}-linux-x64.tgz")
noextract=()
-md5sums=('148554e1769d2d69256f15529452a802')
+md5sums=('dd81103cad6817027a0790d19fe03c28')
validpgpkeys=()
# prepare() {