Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
patchutils
Commits:
8da01e67 by Laurent Carlier at 2026-03-03T09:58:50+01:00
upgpkg: 0.4.5-1: upstream update 0.4.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = patchutils
pkgdesc = A small collection of programs that operate on patch files
- pkgver = 0.4.4
+ pkgver = 0.4.5
pkgrel = 1
url = http://cyberelk.net/tim/patchutils/
arch = x86_64
- license = GPL
+ license = GPL-2.0-only
makedepends = xmlto
depends = python3
depends = pcre2
- 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
+ source =
https://github.com/twaugh/patchutils/releases/download/0.4.5/patchutils-0.4.5.tar.xz
+ source =
https://github.com/twaugh/patchutils/releases/download/0.4.5/patchutils-0.4.5.tar.xz.sig
validpgpkeys = 4629AFE960EC20BEC12E3104B7C20D079491EA63
- sha256sums =
2008241ee5d4f87ada3f743c719cc010b0ba929126e255f23c3fb48f614c7e32
+ sha256sums =
8386a35a4d2d3cbc28fdcc93c5be007c382c78e3ee079070139f0d822e013325
sha256sums = SKIP
pkgname = patchutils
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Maintainer: Douglas Soares de Andrade <[email protected]>
pkgname=patchutils
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
pkgdesc="A small collection of programs that operate on patch files"
-license=('GPL')
+license=('GPL-2.0-only')
url="http://cyberelk.net/tim/patchutils/"
depends=('python3' 'pcre2')
makedepends=('xmlto')
arch=('x86_64')
source=("https://github.com/twaugh/patchutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2008241ee5d4f87ada3f743c719cc010b0ba929126e255f23c3fb48f614c7e32'
+sha256sums=('8386a35a4d2d3cbc28fdcc93c5be007c382c78e3ee079070139f0d822e013325'
'SKIP')
validpgpkeys=('4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/patchutils/-/commit/8da01e67dc2fcc2542e21bc3c5d21be577863043
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/patchutils/-/commit/8da01e67dc2fcc2542e21bc3c5d21be577863043
You're receiving this email because of your account on gitlab.archlinux.org.