Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
corrosion
Commits:
be9ce430 by Antonio Rojas at 2026-01-17T21:32:57+01:00
upgpkg: 0.6.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = corrosion
pkgdesc = Tool for integrating Rust into an existing CMake project
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/corrosion-rs/corrosion
arch = any
@@ -8,7 +8,7 @@ pkgbase = corrosion
makedepends = git
depends = cmake
depends = rust
- source = git+https://github.com/corrosion-rs/corrosion#tag=v0.6.0
- sha256sums =
36abbc1337cd0c388906459309f260f9d9666ae05902cad1d7a6811bbf807b9f
+ source = git+https://github.com/corrosion-rs/corrosion#tag=v0.6.1
+ sha256sums =
75c1711049c3aa058ef7f8519ecc2a8a437cd31dd8ce4fb0b65c0ba13b7b36f6
pkgname = corrosion
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Vaporeon <[email protected]>
pkgname=corrosion
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc='Tool for integrating Rust into an existing CMake project'
arch=(any)
@@ -12,7 +12,7 @@ depends=(cmake
rust)
makedepends=(git)
source=(git+https://github.com/corrosion-rs/corrosion#tag=v$pkgver)
-sha256sums=('36abbc1337cd0c388906459309f260f9d9666ae05902cad1d7a6811bbf807b9f')
+sha256sums=('75c1711049c3aa058ef7f8519ecc2a8a437cd31dd8ce4fb0b65c0ba13b7b36f6')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/corrosion/-/commit/be9ce430337d2c0bfeaec4d75f5c8a0389f1007d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/corrosion/-/commit/be9ce430337d2c0bfeaec4d75f5c8a0389f1007d
You're receiving this email because of your account on gitlab.archlinux.org.