Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
2250dc4f by Daniel M. Capella at 2025-11-12T17:54:55-05:00
upgpkg: 1.39.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.39.0
+ pkgver = 1.39.1
pkgrel = 1
url = https://github.com/crate-ci/typos
arch = x86_64
license = MIT OR Apache-2.0
makedepends = cargo
depends = gcc-libs
- source =
typos-1.39.0.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.39.0.tar.gz
- sha256sums =
947d761577cc4adfccf685c091ed1f32f92a2982c7dd61f48d6370cd46b8e2bb
+ source =
typos-1.39.1.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.39.1.tar.gz
+ sha256sums =
6a07c99422beb92b558a0c8d3457d4a7148317000c25c8e0f813cb614038e5a4
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.39.0
+pkgver=1.39.1
pkgrel=1
pkgdesc="Source code spell checker"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT OR Apache-2.0')
depends=('gcc-libs')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('947d761577cc4adfccf685c091ed1f32f92a2982c7dd61f48d6370cd46b8e2bb')
+sha256sums=('6a07c99422beb92b558a0c8d3457d4a7148317000c25c8e0f813cb614038e5a4')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/2250dc4f0c4a989c092ecfa765ba0a7632e01665
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/2250dc4f0c4a989c092ecfa765ba0a7632e01665
You're receiving this email because of your account on gitlab.archlinux.org.