Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
release-plz
Commits:
d79a6792 by Orhun Parmaksız at 2026-01-24T10:40:57+03:00
upgpkg: 0.3.152-1: tere
- - - - -
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.151
+ pkgver = 0.3.152
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.151::git+https://github.com/MarcoIeni/release-plz.git#tag=release-plz-v0.3.151
- sha512sums =
d1ce84d9d0d04038b9b1c2f2486157169190201b92a6a2728c2297a8ac8e896c8999f60252397add746b8eae3755a1c25b9f866cee83a3fa032ffbfdc0cc5c15
+ source =
release-plz-0.3.152::git+https://github.com/MarcoIeni/release-plz.git#tag=release-plz-v0.3.152
+ sha512sums =
3a613739e9ee8e26c5cefecee443a51c366e3b96ee979f43d6f64677242c3c2876a94d2bc008e72db7795dd82a97bb83ce86eba36daaa926831fc9d0008fbdc1
pkgname = release-plz
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=release-plz
-pkgver=0.3.151
+pkgver=0.3.152
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=('d1ce84d9d0d04038b9b1c2f2486157169190201b92a6a2728c2297a8ac8e896c8999f60252397add746b8eae3755a1c25b9f866cee83a3fa032ffbfdc0cc5c15')
+sha512sums=('3a613739e9ee8e26c5cefecee443a51c366e3b96ee979f43d6f64677242c3c2876a94d2bc008e72db7795dd82a97bb83ce86eba36daaa926831fc9d0008fbdc1')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/d79a679246afb3f377e8dc9efd2a560d81e4bd8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/d79a679246afb3f377e8dc9efd2a560d81e4bd8b
You're receiving this email because of your account on gitlab.archlinux.org.