Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
apt
Commits:
cfc59997 by Christian Heusel at 2024-05-04T17:45:48+02:00
upgpkg: 2.9.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = apt
pkgdesc = Command-line package manager used on Debian-based systems
- pkgver = 2.7.10
- pkgrel = 2
+ pkgver = 2.9.2
+ pkgrel = 1
url = https://salsa.debian.org/apt-team/apt
arch = x86_64
license = BSD-3-Clause
@@ -33,11 +33,11 @@ pkgbase = apt
makedepends = perl-unicode-linebreak
makedepends = perl-pod-parser
options = emptydirs
- source =
git+https://salsa.debian.org/apt-team/apt.git?signed#tag=75dcb4516bc2b5eccd05970461628be52bcbf6b5
+ source = git+https://salsa.debian.org/apt-team/apt.git?signed#tag=2.9.2
source = apt-sysusers.conf
source = apt-tmpfiles.conf
validpgpkeys = AEE1C8AAAAF0B7684019C546021B361B6B031B00
- sha256sums =
426220d1d94170f2c0dce7f625021b26f8c547442c9d78345d51de0cad8beadd
+ sha256sums =
4735f80d85ad789562d7419317dc9d2c5c7b76de8b020bedf55d9ff732035768
sha256sums =
f4528114112f05ce7e78d5b64e77d20053a6ce29a59588345985be7335cf63d6
sha256sums =
424ca4feab152d7f5ce73a2ddd29bcd3e482cfe1c96cffb969d7542d19da0455
=====================================
PKGBUILD
=====================================
@@ -1,4 +1,5 @@
# Maintainer: Alexander Epaneshnikov <[email protected]>
+# Maintainer: Christian Heusel <[email protected]>
# Contributor: Moses Narrow <[email protected]>
# Contributor: Felix Golatofski <[email protected]>
# Contributor: MarkWalters.pw <[email protected]>
@@ -8,9 +9,8 @@
pkgbase=apt
pkgname=('apt' 'apt-docs')
-_commit=75dcb4516bc2b5eccd05970461628be52bcbf6b5
-pkgver=2.7.10
-pkgrel=2
+pkgver=2.9.2
+pkgrel=1
pkgdesc='Command-line package manager used on Debian-based systems'
arch=('x86_64')
url='https://salsa.debian.org/apt-team/apt'
@@ -28,19 +28,14 @@ makedepends=('cmake' 'docbook-xsl' 'doxygen' 'git' 'gtest'
'w3m' 'triehash'
# tests need /etc/os-release
checkdepends=('systemd')
options=('emptydirs')
-source=("git+https://salsa.debian.org/apt-team/apt.git?signed#tag=${_commit}"
+source=("git+https://salsa.debian.org/apt-team/apt.git?signed#tag=${pkgver}"
"apt-sysusers.conf"
"apt-tmpfiles.conf")
-sha256sums=('426220d1d94170f2c0dce7f625021b26f8c547442c9d78345d51de0cad8beadd'
+sha256sums=('4735f80d85ad789562d7419317dc9d2c5c7b76de8b020bedf55d9ff732035768'
'f4528114112f05ce7e78d5b64e77d20053a6ce29a59588345985be7335cf63d6'
'424ca4feab152d7f5ce73a2ddd29bcd3e482cfe1c96cffb969d7542d19da0455')
validpgpkeys=('AEE1C8AAAAF0B7684019C546021B361B6B031B00') # Julian Andres
Klode <[email protected]>
-pkgver() {
- cd "${pkgname}"
- git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
build() {
# docbook xsl is stored with the version on Arch
local docbook_xsl_version="$(pacman -Qi docbook-xsl | sed -n 's/^Version.*:
\(.*\)-.*$/\1/p')"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apt/-/commit/cfc59997b7debd1ba75625239035181bae3bbfb0
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apt/-/commit/cfc59997b7debd1ba75625239035181bae3bbfb0
You're receiving this email because of your account on gitlab.archlinux.org.