Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / strace
Commits: 05b8b291 by Carl Smedstad at 2024-09-23T08:40:23+02:00 upgpkg: 6.11-1: Upstream release https://github.com/strace/strace/releases/tag/v6.11 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = strace pkgdesc = A diagnostic, debugging and instructional userspace tracer - pkgver = 6.10 + pkgver = 6.11 pkgrel = 1 url = https://strace.io/ arch = x86_64 license = LGPL-2.1-or-later - depends = perl + depends = glibc depends = libunwind - source = https://github.com/strace/strace/releases/download/v6.10/strace-6.10.tar.xz - source = https://github.com/strace/strace/releases/download/v6.10/strace-6.10.tar.xz.asc + source = https://github.com/strace/strace/releases/download/v6.11/strace-6.11.tar.xz + source = https://github.com/strace/strace/releases/download/v6.11/strace-6.11.tar.xz.asc validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7 - sha256sums = 765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07 + sha256sums = 83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5 sha256sums = SKIP pkgname = strace ===================================== PKGBUILD ===================================== @@ -1,16 +1,21 @@ -# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Maintainer: Anatol Pomozov +# Maintainer: Carl Smedstad <car...@archlinux.org> +# Ctonributor: Giovanni Scafora <giova...@archlinux.org> # Contributor: Tom Newsom <jeeps...@gmx.co.uk> pkgname=strace -pkgver=6.10 +pkgver=6.11 pkgrel=1 pkgdesc='A diagnostic, debugging and instructional userspace tracer' arch=(x86_64) url='https://strace.io/' license=(LGPL-2.1-or-later) -depends=(perl libunwind) -source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc}) -sha256sums=('765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07' +depends=( + glibc + libunwind +) +source=("https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz"{,.asc}) +sha256sums=('83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5' 'SKIP') validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <l...@altlinux.org> @@ -21,13 +26,11 @@ build() { } check() { - # tests do not work in chroot environment. TODO: fixit. - # make -C $pkgname-$pkgver check - true + make -C $pkgname-$pkgver check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/05b8b2917cb1fc14866ca1f0505fb6be77fdd8b6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/05b8b2917cb1fc14866ca1f0505fb6be77fdd8b6 You're receiving this email because of your account on gitlab.archlinux.org.