T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
pacutils
Commits:
db2440d9 by T.J. Townsend at 2025-03-13T14:54:42-04:00
upgpkg: 0.15.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pacutils
pkgdesc = Helper tools for libalpm
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
url = https://github.com/andrewgregory/pacutils
arch = x86_64
license = MIT
@@ -9,8 +9,8 @@ pkgbase = pacutils
depends = glibc
depends = libarchive
depends = pacman
- source =
git+https://github.com/andrewgregory/pacutils.git#commit=20516b5e9ac8cffc88edded6f57c896cd596eba0
+ source =
git+https://github.com/andrewgregory/pacutils.git?signed#tag=v0.15.0
validpgpkeys = 0016846EDD8432261C62CB63DF3891463C352040
- sha256sums =
0b8ca94ebfa90f5108740221608709030c324fed5bdc1602007975a5bf63f956
+ sha256sums =
789b1ce9dfa6e6d6e0495651019cba121defa75eec598a63745c910de3371ac5
pkgname = pacutils
=====================================
PKGBUILD
=====================================
@@ -1,24 +1,20 @@
# Maintainer: Johannes Löthberg <[email protected]>
pkgname=pacutils
-pkgver=0.14.0
-pkgrel=3
-# from the pacman-7.0.0 branch
-_commit=20516b5e9ac8cffc88edded6f57c896cd596eba0
+pkgver=0.15.0
+pkgrel=1
pkgdesc='Helper tools for libalpm'
url='https://github.com/andrewgregory/pacutils'
arch=('x86_64')
license=('MIT')
-
depends=(
'glibc'
'libarchive'
'pacman'
)
makedepends=('git')
-
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=${_commit}")
-sha256sums=('0b8ca94ebfa90f5108740221608709030c324fed5bdc1602007975a5bf63f956')
+source=("git+https://github.com/andrewgregory/pacutils.git?signed#tag=v${pkgver}")
+sha256sums=('789b1ce9dfa6e6d6e0495651019cba121defa75eec598a63745c910de3371ac5')
validpgpkeys=('0016846EDD8432261C62CB63DF3891463C352040')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacutils/-/commit/db2440d90f99c2eb56886cd34f4f5ccb7483b5ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacutils/-/commit/db2440d90f99c2eb56886cd34f4f5ccb7483b5ec
You're receiving this email because of your account on gitlab.archlinux.org.