Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
pacutils
Commits:
c6987eb3 by Morten Linderud at 2024-09-14T12:09:29+02:00
upgpkg: 0.14.0-3: pacman rebuild from pacman-7.0.0 branch
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pacutils
pkgdesc = Helper tools for libalpm
pkgver = 0.14.0
- pkgrel = 2
+ pkgrel = 3
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#tag=v0.14.0
+ source =
git+https://github.com/andrewgregory/pacutils.git#commit=20516b5e9ac8cffc88edded6f57c896cd596eba0
validpgpkeys = 0016846EDD8432261C62CB63DF3891463C352040
- sha256sums =
d506e110803a120740b796254fcc599fff5026bff82263a43dac10d6eb3f0a77
+ sha256sums =
0b8ca94ebfa90f5108740221608709030c324fed5bdc1602007975a5bf63f956
pkgname = pacutils
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,9 @@
pkgname=pacutils
pkgver=0.14.0
-pkgrel=2
-
+pkgrel=3
+# from the pacman-7.0.0 branch
+_commit=20516b5e9ac8cffc88edded6f57c896cd596eba0
pkgdesc='Helper tools for libalpm'
url='https://github.com/andrewgregory/pacutils'
arch=('x86_64')
@@ -16,8 +17,8 @@ depends=(
)
makedepends=('git')
-source=("git+https://github.com/andrewgregory/pacutils.git#tag=v$pkgver")
-sha256sums=('d506e110803a120740b796254fcc599fff5026bff82263a43dac10d6eb3f0a77')
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=${_commit}")
+sha256sums=('0b8ca94ebfa90f5108740221608709030c324fed5bdc1602007975a5bf63f956')
validpgpkeys=('0016846EDD8432261C62CB63DF3891463C352040')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacutils/-/commit/c6987eb3a1b6aae9e4bcd8a770f55f67226ad69c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacutils/-/commit/c6987eb3a1b6aae9e4bcd8a770f55f67226ad69c
You're receiving this email because of your account on gitlab.archlinux.org.