Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
release-plz
Commits:
7891b2c3 by Caleb Maclennan at 2025-05-08T17:48:09+03:00
upgpkg: 0.3.134-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = release-plz
pkgdesc = Release Rust packages without using the command line
- pkgver = 0.3.133
+ pkgver = 0.3.134
pkgrel = 1
url = https://github.com/MarcoIeni/release-plz
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = release-plz
depends = openssl
optdepends = cargo-semver-checks: check for API breaking changes
options = !lto
- source =
release-plz-0.3.133::git+https://github.com/MarcoIeni/release-plz.git#tag=release-plz-v0.3.133
- sha512sums =
18f5401cc01343c162e6ebe3c7334e3d08edea63a949a8c93548e916ba08471ae72d1c345e6efc3a612f79e282c992b2a0049f7d106a79822fa23ac70d118dc5
+ source =
release-plz-0.3.134::git+https://github.com/MarcoIeni/release-plz.git#tag=release-plz-v0.3.134
+ sha512sums =
3aba30d52c395165c7fa031433e3e1bb13c406c5f86cfdda0205f5a6f1b82fce0a47540e56fdbe68acb7edfe2f28fabe6a924a4bae94335a593bd8cb2bc39972
pkgname = release-plz
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=release-plz
-pkgver=0.3.133
+pkgver=0.3.134
pkgrel=1
pkgdesc="Release Rust packages without using the command line"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'curl' 'libgit2' 'openssl')
makedepends=('cargo' 'git')
optdepends=('cargo-semver-checks: check for API breaking changes')
source=("$pkgname-$pkgver::git+$url.git#tag=$pkgname-v$pkgver")
-sha512sums=('18f5401cc01343c162e6ebe3c7334e3d08edea63a949a8c93548e916ba08471ae72d1c345e6efc3a612f79e282c992b2a0049f7d106a79822fa23ac70d118dc5')
+sha512sums=('3aba30d52c395165c7fa031433e3e1bb13c406c5f86cfdda0205f5a6f1b82fce0a47540e56fdbe68acb7edfe2f28fabe6a924a4bae94335a593bd8cb2bc39972')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/7891b2c3c09bb694c08cc71c8b9790fe4cc16eb1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/7891b2c3c09bb694c08cc71c8b9790fe4cc16eb1
You're receiving this email because of your account on gitlab.archlinux.org.