summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Bray2016-11-14 12:08:56 +0000
committerMatt Bray2016-11-14 12:09:07 +0000
commit7def099649f3af38050355283bf603bd21ab5c23 (patch)
treede4134747ad82905c187e625b2b012fdc0be874c
parent8ef2ed103a489ccade36b0d6640b4d7a3a6ee39b (diff)
downloadaur-7def099649f3af38050355283bf603bd21ab5c23.tar.gz
Update to 0.5.0-alpha
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca329db8c03..7f1efb456d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = elm-format-0.17-bin
pkgdesc = Format Elm source code according to a standard set of rules based on the official Elm Style Guide.
- pkgver = 0.4.0_alpha
+ pkgver = 0.5.0_alpha
pkgrel = 1
url = https://github.com/avh4/elm-format
arch = i686
@@ -8,8 +8,9 @@ pkgbase = elm-format-0.17-bin
license = unknown
provides = elm-format
conflicts = elm-format-0.16-bin
- source = https://github.com/avh4/elm-format/releases/download/0.4.0-alpha/elm-format-0.17-0.4.0-alpha-linux-x64.tgz
- md5sums = ea3feef40d6e9c6dead3419e7d5088b6
+ conflicts = elm-format-0.18-bin
+ source = https://github.com/avh4/elm-format/releases/download/0.5.0-alpha/elm-format-0.17-0.5.0-alpha-linux-x64.tgz
+ md5sums = af9da9a6953c06e9ab7cf1c52eb106e4
pkgname = elm-format-0.17-bin
diff --git a/PKGBUILD b/PKGBUILD
index 03e6b90bf2ee..fab2a558ea27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Bray <mattjbray@gmail.com>
pkgname=elm-format-0.17-bin
_source_pkgname=elm-format-0.17
-pkgver=0.4.0_alpha
+pkgver=0.5.0_alpha
pkgrel=1
epoch=
pkgdesc="Format Elm source code according to a standard set of rules based on the official Elm Style Guide."
@@ -14,7 +14,7 @@ makedepends=()
checkdepends=()
optdepends=()
provides=(elm-format)
-conflicts=(elm-format-0.16-bin)
+conflicts=(elm-format-0.16-bin elm-format-0.18-bin)
replaces=()
backup=()
options=()
@@ -22,7 +22,7 @@ install=
changelog=
source=("https://github.com/avh4/elm-format/releases/download/${pkgver//_/-}/$_source_pkgname-${pkgver//_/-}-linux-x64.tgz")
noextract=()
-md5sums=('ea3feef40d6e9c6dead3419e7d5088b6')
+md5sums=('af9da9a6953c06e9ab7cf1c52eb106e4')
validpgpkeys=()
# prepare() {