Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-dist
Commits:
6e766d93 by Orhun Parmaksız at 2024-04-09T16:49:05+03:00
upgpkg: 0.13.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cargo-dist
pkgdesc = Shippable application packaging for Rust
- pkgver = 0.12.2
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/axodotdev/cargo-dist
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cargo-dist
depends = xz
depends = bzip2
options = !lto
- source =
cargo-dist-0.12.2.tar.gz::https://github.com/axodotdev/cargo-dist/archive/v0.12.2.tar.gz
- sha256sums =
ffc1fb954c0a142eba408505f2865956222f00f4a2bd7a628247730b160f6737
+ source =
cargo-dist-0.13.0.tar.gz::https://github.com/axodotdev/cargo-dist/archive/v0.13.0.tar.gz
+ sha256sums =
5f5b3ff115e02ccbe67b3c62c6a52ee9521e271042ec246f30ce0bcfcbee823e
pkgname = cargo-dist
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=cargo-dist
-pkgver=0.12.2
+pkgver=0.13.0
pkgrel=1
pkgdesc="Shippable application packaging for Rust"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0' 'MIT')
depends=('cargo' 'xz' 'bzip2')
checkdepends=('git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ffc1fb954c0a142eba408505f2865956222f00f4a2bd7a628247730b160f6737')
+sha256sums=('5f5b3ff115e02ccbe67b3c62c6a52ee9521e271042ec246f30ce0bcfcbee823e')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-dist/-/commit/6e766d934698c3776663530bd033500ce33c8a5e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-dist/-/commit/6e766d934698c3776663530bd033500ce33c8a5e
You're receiving this email because of your account on gitlab.archlinux.org.