Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
release-plz
Commits:
d96b35b1 by Orhun Parmaksız at 2024-06-20T22:55:39+03:00
upgpkg: 0.3.73-1: upstream release
- - - - -
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.72
+ pkgver = 0.3.73
pkgrel = 1
url = https://github.com/MarcoIeni/release-plz
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = release-plz
depends = openssl
optdepends = cargo-semver-checks: check for API breaking changes
options = !lto
- source =
release-plz-0.3.72::git+https://github.com/MarcoIeni/release-plz.git#commit=ac57f60fabad2d6bcf454cad96ee17b611cb93fd
- sha512sums =
1b7bd3c65305414a605e2a4a34c81f0b211029521c568752a2101cc9237aa7653bae435cb7af8bb6f82090468aadc507c6810a38e5ca705a8c6e3faee4704a13
+ source =
release-plz-0.3.73::git+https://github.com/MarcoIeni/release-plz.git#commit=474d7485baea4f1eb1336726f54906d84d47476f
+ sha512sums =
e4e97e8780652ba7d7e142a9e3bc91d02d12b6327b1d74d60baeab1dafdefcce4c78507374208414a1452476f8831445713c3089d0596c144ddd9062046cbcfd
pkgname = release-plz
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=release-plz
-pkgver=0.3.72
+pkgver=0.3.73
pkgrel=1
-_commit=ac57f60fabad2d6bcf454cad96ee17b611cb93fd
+_commit=474d7485baea4f1eb1336726f54906d84d47476f
pkgdesc="Release Rust packages without using the command line"
arch=('x86_64')
url="https://github.com/MarcoIeni/release-plz"
@@ -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#commit=$_commit")
-sha512sums=('1b7bd3c65305414a605e2a4a34c81f0b211029521c568752a2101cc9237aa7653bae435cb7af8bb6f82090468aadc507c6810a38e5ca705a8c6e3faee4704a13')
+sha512sums=('e4e97e8780652ba7d7e142a9e3bc91d02d12b6327b1d74d60baeab1dafdefcce4c78507374208414a1452476f8831445713c3089d0596c144ddd9062046cbcfd')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/d96b35b147a8fb65c0ab2bd6759f715f1d26a868
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/d96b35b147a8fb65c0ab2bd6759f715f1d26a868
You're receiving this email because of your account on gitlab.archlinux.org.