Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
release-plz
Commits:
22e89305 by Orhun Parmaksız at 2023-10-30T17:51:40+01:00
upgpkg: 0.3.29-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.28
+ pkgver = 0.3.29
pkgrel = 1
url = https://github.com/MarcoIeni/release-plz
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = release-plz
depends = curl
optdepends = cargo-semver-checks: check for API breaking changes
options = !lto
- source =
release-plz-0.3.28.tar.gz::https://github.com/MarcoIeni/release-plz/archive/release-plz-v0.3.28.tar.gz
- sha512sums =
93ea796fd3369596cc7e22f1d4ae532b4e06fd31b11437891e6ce4c31f219453140a02a91e5f58ce9a267b4c7efbf63a04f3b2297fb9baaf60b93cbb350625aa
+ source =
release-plz-0.3.29.tar.gz::https://github.com/MarcoIeni/release-plz/archive/release-plz-v0.3.29.tar.gz
+ sha512sums =
a43cd628ae471e94b26af378148ed78dcf6d467a89b38e37f28ad533fb283801b1ef833b7ef20911a6218c957c2877539ecc5684b089a81f1c5279c55f86006d
pkgname = release-plz
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=release-plz
-pkgver=0.3.28
+pkgver=0.3.29
pkgrel=1
pkgdesc="Release Rust packages without using the command line"
arch=('x86_64')
@@ -12,7 +12,7 @@ checkdepends=('git')
makedepends=('cargo')
optdepends=('cargo-semver-checks: check for API breaking changes')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgname-v$pkgver.tar.gz")
-sha512sums=('93ea796fd3369596cc7e22f1d4ae532b4e06fd31b11437891e6ce4c31f219453140a02a91e5f58ce9a267b4c7efbf63a04f3b2297fb9baaf60b93cbb350625aa')
+sha512sums=('a43cd628ae471e94b26af378148ed78dcf6d467a89b38e37f28ad533fb283801b1ef833b7ef20911a6218c957c2877539ecc5684b089a81f1c5279c55f86006d')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/22e893055847d2c3a32fd8c55175979082b2e313
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/22e893055847d2c3a32fd8c55175979082b2e313
You're receiving this email because of your account on gitlab.archlinux.org.