Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / release-plz
Commits: 68108640 by Orhun Parmaksız at 2024-10-09T02:44:34+03:00 upgpkg: 0.3.98-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.92 + pkgver = 0.3.98 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.92::git+https://github.com/MarcoIeni/release-plz.git#commit=944bb4849182ffe284712c699680490e100cd92a - sha512sums = 40e1067b5e2adb8148f43b277ea2e6e21d216849602a3ef7934f85277530cf8c83f1128085477ca2273ca591907da78278a4b130488f866b087e86cb6addf742 + source = release-plz-0.3.98::git+https://github.com/MarcoIeni/release-plz.git#commit=18bceb65608376ce7190d0a66530b72dd682171d + sha512sums = d3c7c6767373ce10fd489fa58edc3b01a81454ea699a6c45381433c34c6481b953c99e7747262f20ab59aeb874ecb60ad4dd2e5a6ac5ce51b01ebfb686badde8 pkgname = release-plz ===================================== PKGBUILD ===================================== @@ -1,9 +1,9 @@ # Maintainer: Orhun Parmaksız <or...@archlinux.org> pkgname=release-plz -pkgver=0.3.92 +pkgver=0.3.98 pkgrel=1 -_commit=944bb4849182ffe284712c699680490e100cd92a +_commit=18bceb65608376ce7190d0a66530b72dd682171d 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=('40e1067b5e2adb8148f43b277ea2e6e21d216849602a3ef7934f85277530cf8c83f1128085477ca2273ca591907da78278a4b130488f866b087e86cb6addf742') +sha512sums=('d3c7c6767373ce10fd489fa58edc3b01a81454ea699a6c45381433c34c6481b953c99e7747262f20ab59aeb874ecb60ad4dd2e5a6ac5ce51b01ebfb686badde8') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/68108640df04633fa26cb552e518dd6724dc2767 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/68108640df04633fa26cb552e518dd6724dc2767 You're receiving this email because of your account on gitlab.archlinux.org.