Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-modules
Commits:
22e1b620 by Orhun Parmaksız at 2024-10-24T10:48:05+03:00
upgpkg: 0.19.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = cargo-modules
pkgdesc = A cargo plugin for showing an overview of a crate's modules
- pkgver = 0.18.1
+ pkgver = 0.19.0
pkgrel = 1
url = https://github.com/regexident/cargo-modules
arch = x86_64
license = MPL2
depends = cargo
- source =
cargo-modules-0.18.1.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.18.1.tar.gz
- sha256sums =
6d55b15e2eda699235dad35366ed0dc3059d8084bd3349719b20f1f28b2ccc9d
+ source =
cargo-modules-0.19.0.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.19.0.tar.gz
+ sha256sums =
347ecad59c0072f27fd903493ad666e86a2fe1d21da929df82ead96093ba436d
pkgname = cargo-modules
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: cyqsimon <[email protected]>
pkgname=cargo-modules
-pkgver=0.18.1
+pkgver=0.19.0
pkgrel=1
pkgdesc="A cargo plugin for showing an overview of a crate's modules"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/regexident/cargo-modules"
license=('MPL2')
depends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('6d55b15e2eda699235dad35366ed0dc3059d8084bd3349719b20f1f28b2ccc9d')
+sha256sums=('347ecad59c0072f27fd903493ad666e86a2fe1d21da929df82ead96093ba436d')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/22e1b62099750ee7c4e154e4c0e8cea67497f4d8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/22e1b62099750ee7c4e154e4c0e8cea67497f4d8
You're receiving this email because of your account on gitlab.archlinux.org.