Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
c6a9c337 by Orhun Parmaksız at 2023-12-13T20:00:31+03:00
upgpkg: 1.16.25-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.16.24
- pkgrel = 3
+ pkgver = 1.16.25
+ pkgrel = 1
url = https://github.com/crate-ci/typos
arch = x86_64
license = MIT
license = Apache
makedepends = cargo
depends = gcc-libs
- source =
typos-1.16.24.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.16.24.tar.gz
- sha256sums =
1112aab844ba9c5aa787d370138feddb318ddcb5cf6a1784232112cb6eaeca07
+ source =
typos-1.16.25.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.16.25.tar.gz
+ sha256sums =
e5541cef7727163c332e4aede94bc6d99802c472bcbcc0fc69502601fac9659e
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.16.24
-pkgrel=3
+pkgver=1.16.25
+pkgrel=1
pkgdesc="Source code spell checker"
arch=('x86_64')
url="https://github.com/crate-ci/typos"
@@ -11,7 +11,7 @@ license=('MIT' 'Apache')
depends=('gcc-libs')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('1112aab844ba9c5aa787d370138feddb318ddcb5cf6a1784232112cb6eaeca07')
+sha256sums=('e5541cef7727163c332e4aede94bc6d99802c472bcbcc0fc69502601fac9659e')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/c6a9c337714a8905bee9339c8216c4e209969a58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/c6a9c337714a8905bee9339c8216c4e209969a58
You're receiving this email because of your account on gitlab.archlinux.org.