summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2017-08-16 11:17:01 +0200
committerKonstantin Gizdov2017-08-16 11:17:01 +0200
commit31bc23db46444bb78f5e158a60cf47a8e87c37cc (patch)
tree828543964802a387cca7dd2a12e98517149d2080
parent4d16bf75d4938054b5451edd855a7b67d4ae7656 (diff)
downloadaur-31bc23db46444bb78f5e158a60cf47a8e87c37cc.tar.gz
updated to v0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45e37b0c4f5..7faf3982cbd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vale
pkgdesc = A customizable, syntax-aware linter for prose.
- pkgver = 0.8.1
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/ValeLint/vale
arch = i686
@@ -10,9 +10,9 @@ pkgbase = vale
makedepends = ruby
provides = vale
options = !emptydirs
- source = https://github.com/ValeLint/vale/archive/0.8.1.zip
+ source = https://github.com/ValeLint/vale/archive/0.9.0.zip
source = enable_local_build.patch
- sha256sums = e031999acbfaff0ca0d5c018b2e1e4976ca32d238d54c899a9ea4af5aa1a5179
+ sha256sums = 9f561d157e0a4179c5f2ad880d74fd6f52b3f7aa22d93b57af5fa739aeac7d16
sha256sums = 03be0c5d6b4e4c70346c8da348f5d8a51daffdc203f1f1d022a890da4d34e9f4
pkgname = vale
diff --git a/PKGBUILD b/PKGBUILD
index f2d6efd0acf3..ff643a0b8310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Konstantin Gizdov < arch at kge dot pw >
pkgname=vale
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="A customizable, syntax-aware linter for prose."
provides=('vale')
@@ -12,7 +12,7 @@ makedepends=('go' 'ruby')
options=('!emptydirs')
source=("https://github.com/ValeLint/${pkgname}/archive/${pkgver}.zip"
'enable_local_build.patch')
-sha256sums=('e031999acbfaff0ca0d5c018b2e1e4976ca32d238d54c899a9ea4af5aa1a5179'
+sha256sums=('9f561d157e0a4179c5f2ad880d74fd6f52b3f7aa22d93b57af5fa739aeac7d16'
'03be0c5d6b4e4c70346c8da348f5d8a51daffdc203f1f1d022a890da4d34e9f4')
prepare() {