Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
pacman-contrib
Commits:
0cba3a5f by Daniel M. Capella at 2024-03-16T15:34:18-04:00
upgpkg: 1.10.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = pacman-contrib
pkgdesc = Contributed scripts and tools for pacman systems
- pkgver = 1.10.4
- pkgrel = 4
+ pkgver = 1.10.5
+ pkgrel = 1
url = https://gitlab.archlinux.org/pacman/pacman-contrib
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
makedepends = asciidoc
makedepends = git
depends = fakeroot
@@ -15,8 +15,8 @@ pkgbase = pacman-contrib
optdepends = mlocate: for pacdiff --locate
optdepends = sudo: privilege elevation for several scripts
optdepends = vim: default merge program for pacdiff
- source =
git+https://gitlab.archlinux.org/pacman/pacman-contrib.git#tag=v1.10.4
+ source =
git+https://gitlab.archlinux.org/pacman/pacman-contrib.git#tag=v1.10.5
validpgpkeys = 04DC3FB1445FECA813C27EFAEA4F7B321A906AD9
- b2sums = SKIP
+ b2sums =
0c1fcece9d61c9ef628cec37357375b78e44c67eef4ef8dfe6fd8451353ec3fd5f8d212e57d76f022ed9143b6906e161335351e2537951038d99f015e44a756b
pkgname = pacman-contrib
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=pacman-contrib
-pkgver=1.10.4
-pkgrel=4
+pkgver=1.10.5
+pkgrel=1
pkgdesc='Contributed scripts and tools for pacman systems'
arch=('x86_64')
url=https://gitlab.archlinux.org/pacman/pacman-contrib
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=('fakeroot' 'pacman' 'perl')
makedepends=('asciidoc' 'git')
optdepends=(
@@ -18,7 +18,7 @@ optdepends=(
'vim: default merge program for pacdiff'
)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('SKIP')
+b2sums=('0c1fcece9d61c9ef628cec37357375b78e44c67eef4ef8dfe6fd8451353ec3fd5f8d212e57d76f022ed9143b6906e161335351e2537951038d99f015e44a756b')
validpgpkeys=('04DC3FB1445FECA813C27EFAEA4F7B321A906AD9') # Daniel M. Capella
<[email protected]>
# '5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman-contrib/-/commit/0cba3a5fcfd75a5081d374b8aa0e3c3c74c56264
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman-contrib/-/commit/0cba3a5fcfd75a5081d374b8aa0e3c3c74c56264
You're receiving this email because of your account on gitlab.archlinux.org.