Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
patchutils
Commits:
0ff3e74d by Laurent Carlier at 2026-01-21T14:21:40+01:00
upgpkg: 0.4.4-1: upstream update 0.4.4
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = patchutils
pkgdesc = A small collection of programs that operate on patch files
- pkgver = 0.4.2
- pkgrel = 3
+ pkgver = 0.4.4
+ pkgrel = 1
url = http://cyberelk.net/tim/patchutils/
arch = x86_64
license = GPL
makedepends = xmlto
depends = python3
depends = pcre2
- source =
http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.4.2.tar.xz
- source =
http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.4.2.tar.xz.sig
+ source =
https://github.com/twaugh/patchutils/releases/download/0.4.4/patchutils-0.4.4.tar.xz
+ source =
https://github.com/twaugh/patchutils/releases/download/0.4.4/patchutils-0.4.4.tar.xz.sig
validpgpkeys = 4629AFE960EC20BEC12E3104B7C20D079491EA63
- sha256sums =
8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed
+ sha256sums =
2008241ee5d4f87ada3f743c719cc010b0ba929126e255f23c3fb48f614c7e32
sha256sums = SKIP
pkgname = patchutils
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[patchutils]
+source = "github"
+github = "twaugh/patchutils"
+use_latest_release = "true"
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Maintainer: Douglas Soares de Andrade <[email protected]>
pkgname=patchutils
-pkgver=0.4.2
-pkgrel=3
+pkgver=0.4.4
+pkgrel=1
pkgdesc="A small collection of programs that operate on patch files"
license=('GPL')
url="http://cyberelk.net/tim/patchutils/"
depends=('python3' 'pcre2')
makedepends=('xmlto')
arch=('x86_64')
-source=("http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed'
+source=("https://github.com/twaugh/patchutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2008241ee5d4f87ada3f743c719cc010b0ba929126e255f23c3fb48f614c7e32'
'SKIP')
validpgpkeys=('4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/patchutils/-/commit/0ff3e74d34a6ec047225b67b2490649b09711645
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/patchutils/-/commit/0ff3e74d34a6ec047225b67b2490649b09711645
You're receiving this email because of your account on gitlab.archlinux.org.