Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
release-plz


Commits:
36ae814a by Orhun Parmaksız at 2023-12-02T22:51:57+03:00
upgpkg: 0.3.31-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.30
+       pkgver = 0.3.31
        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.30.tar.gz::https://github.com/MarcoIeni/release-plz/archive/release-plz-v0.3.30.tar.gz
-       sha512sums = 
c898a9d1415eb641bf1c8aff105f7cd447909409598ff80c3e43e845b02ad49a29a04fdac25619696adbb611b43d7526c0051a5936a4e7ab72c7f8cc07a9fd92
+       source = 
release-plz-0.3.31.tar.gz::https://github.com/MarcoIeni/release-plz/archive/release-plz-v0.3.31.tar.gz
+       sha512sums = 
18248c82879ba7905300618da1e47494d03bf937654bd93429f60ac166e1d73c383e8e7ed6848228b2c5eae95b83cdba5944bdcaab51e1ff0dcaba5c727a1c96
 
 pkgname = release-plz


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız <[email protected]>
 
 pkgname=release-plz
-pkgver=0.3.30
+pkgver=0.3.31
 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=('c898a9d1415eb641bf1c8aff105f7cd447909409598ff80c3e43e845b02ad49a29a04fdac25619696adbb611b43d7526c0051a5936a4e7ab72c7f8cc07a9fd92')
+sha512sums=('18248c82879ba7905300618da1e47494d03bf937654bd93429f60ac166e1d73c383e8e7ed6848228b2c5eae95b83cdba5944bdcaab51e1ff0dcaba5c727a1c96')
 options=('!lto')
 
 prepare() {
@@ -33,7 +33,7 @@ build() {
 
 check() {
        cd "$pkgname-$pkgver"
-       cargo test --frozen --no-default-features
+       cargo test --frozen --no-default-features -- --skip "next_ver"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/36ae814a0bbb9dec8ffbcfb794b941faee9e604a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/36ae814a0bbb9dec8ffbcfb794b941faee9e604a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to