Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
psmisc
Commits:
fa3e24e8 by Christian Hesse at 2024-03-04T10:07:21+01:00
run ./autogen.sh to prepare
- - - - -
0b0d7bcc by Christian Hesse at 2024-03-04T10:27:05+01:00
upgpkg: 23.7-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = psmisc
pkgdesc = Miscellaneous procfs tools
pkgver = 23.7
- pkgrel = 0
+ pkgrel = 1
url = https://gitlab.com/psmisc/psmisc
arch = x86_64
license = GPL
makedepends = git
+ makedepends = po4a
depends = ncurses
source =
git+https://gitlab.com/psmisc/psmisc.git#tag=3c53de31d8797fc20e1fbf2b32732f64db0b9f42?signed
validpgpkeys = 5D2FB320B825D93904D205193938F96BDF50FEA5
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgname=psmisc
_tag='3c53de31d8797fc20e1fbf2b32732f64db0b9f42' # git rev-parse v${_tag_name}
pkgver=23.7
-pkgrel=0
+pkgrel=1
pkgdesc='Miscellaneous procfs tools'
arch=('x86_64')
url='https://gitlab.com/psmisc/psmisc'
license=('GPL')
depends=('ncurses')
-makedepends=('git')
+makedepends=('git' 'po4a')
validpgpkeys=('5D2FB320B825D93904D205193938F96BDF50FEA5') # Craig Small
<[email protected]>
source=("git+https://gitlab.com/psmisc/psmisc.git#tag=${_tag}?signed")
sha256sums=('SKIP')
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
prepare() {
cd ${pkgname}
- autoreconf -fi
+ ./autogen.sh
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/psmisc/-/compare/c1960365dd191c42df30d11e6c255fb5c1f8c320...0b0d7bcc7e4d64688290e4ffe82db7e267265fce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/psmisc/-/compare/c1960365dd191c42df30d11e6c255fb5c1f8c320...0b0d7bcc7e4d64688290e4ffe82db7e267265fce
You're receiving this email because of your account on gitlab.archlinux.org.