Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / vale


Commits:
8e565ee2 by Robin Candau at 2025-01-23T09:28:58+01:00
upgpkg: 3.9.4-1: New upstream release
https://github.com/errata-ai/vale/releases/tag/v3.9.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = vale
        pkgdesc = A markup-aware linter for prose built with speed and 
extensibility in mind
-       pkgver = 3.9.3
+       pkgver = 3.9.4
        pkgrel = 1
        url = https://vale.sh
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = vale
        depends = glibc
        depends = gcc-libs
        options = !lto
-       source = 
vale-3.9.3.tar.gz::https://github.com/errata-ai/vale/archive/v3.9.3.tar.gz
-       sha256sums = 
5ecf6ea4183e0c976bf5f391e296da833f173956fd6f9f28597f8e63af66e178
+       source = 
vale-3.9.4.tar.gz::https://github.com/errata-ai/vale/archive/v3.9.4.tar.gz
+       sha256sums = 
47b852a6cf88207af2899fd868004eab6b6bb8390d3bb56f452b92e1833dcc35
 
 pkgname = vale


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr>
 
 pkgname=vale
-pkgver=3.9.3
+pkgver=3.9.4
 pkgrel=1
 pkgdesc="A markup-aware linter for prose built with speed and extensibility in 
mind"
 url="https://vale.sh";
@@ -14,7 +14,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go')
 options=(!lto)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/errata-ai/vale/archive/v${pkgver}.tar.gz";)
-sha256sums=('5ecf6ea4183e0c976bf5f391e296da833f173956fd6f9f28597f8e63af66e178')
+sha256sums=('47b852a6cf88207af2899fd868004eab6b6bb8390d3bb56f452b92e1833dcc35')
 
 prepare(){
        cd "${pkgname}-${pkgver}"
@@ -34,6 +34,8 @@ build() {
 
 check() {
        cd "${pkgname}-${pkgver}"
+       # The "TestSymlinkFixture" test needs to run `vale`
+       export PATH="${PWD}/build:${PATH}"
        go test ./...
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/8e565ee225f8d49f1f2c5c711dbc0a1ec64c77a2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/8e565ee225f8d49f1f2c5c711dbc0a1ec64c77a2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to