Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
samply
Commits:
164cdc51 by Orhun Parmaksız at 2025-02-02T14:32:31+01:00
upgpkg: 0.13.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = samply
pkgdesc = A command-line sampling profiler for macOS and Linux
- pkgver = 0.12.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://github.com/mstange/samply
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = samply
makedepends = cargo
depends = gcc-libs
options = !lto
- source =
samply-0.12.0.tar.gz::https://github.com/mstange/samply/archive/samply-v0.12.0.tar.gz
- sha512sums =
72a1b7efaa0217e5af791364e7e042d51c8c58c3588fdf7a869e2fa05ed5945d772a70ea18d637c0afd29de3887cc3bd79bb786c7468215b5cc08e93fd29c921
+ source =
samply-0.13.1.tar.gz::https://github.com/mstange/samply/archive/samply-v0.13.1.tar.gz
+ sha512sums =
2e26ba41a4361fc35ae03b098d708e047f44a04a9d104600c9323a395f276c3e84dd205ae983b911112b4d091fe163e14003ac58f5ac565ba3bd7f857747ac96
pkgname = samply
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Cosmic <[email protected]>
pkgname=samply
-pkgver=0.12.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="A command-line sampling profiler for macOS and Linux"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache' 'MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgname-v$pkgver.tar.gz")
-sha512sums=('72a1b7efaa0217e5af791364e7e042d51c8c58c3588fdf7a869e2fa05ed5945d772a70ea18d637c0afd29de3887cc3bd79bb786c7468215b5cc08e93fd29c921')
+sha512sums=('2e26ba41a4361fc35ae03b098d708e047f44a04a9d104600c9323a395f276c3e84dd205ae983b911112b4d091fe163e14003ac58f5ac565ba3bd7f857747ac96')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/samply/-/commit/164cdc51a3f94b461c6519c43d9399964545cce3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/samply/-/commit/164cdc51a3f94b461c6519c43d9399964545cce3
You're receiving this email because of your account on gitlab.archlinux.org.