Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-modules
Commits:
8155a829 by Orhun Parmaksız at 2023-11-09T13:45:29+03:00
upgpkg: 0.10.4-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.10.3
+ pkgver = 0.10.4
pkgrel = 1
url = https://github.com/regexident/cargo-modules
arch = x86_64
license = MPL2
depends = cargo
- source =
cargo-modules-0.10.3.tar.gz::https://github.com/regexident/cargo-modules/archive/0.10.3.tar.gz
- sha256sums =
cad9706a956eb36922d02fa896fbe7c65c1e04fe67a0cb438a99ed9034d97f4b
+ source =
cargo-modules-0.10.4.tar.gz::https://github.com/regexident/cargo-modules/archive/0.10.4.tar.gz
+ sha256sums =
3752bdf258f5afdd16d00a8c00c31a0c31e5ea61b76f87276181d6ff937e5dfa
pkgname = cargo-modules
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: cyqsimon <[email protected]>
pkgname=cargo-modules
-pkgver=0.10.3
+pkgver=0.10.4
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/$pkgver.tar.gz")
-sha256sums=('cad9706a956eb36922d02fa896fbe7c65c1e04fe67a0cb438a99ed9034d97f4b')
+sha256sums=('3752bdf258f5afdd16d00a8c00c31a0c31e5ea61b76f87276181d6ff937e5dfa')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/8155a8295fde5bbaab06c1509f594706726ce4bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/8155a8295fde5bbaab06c1509f594706726ce4bd
You're receiving this email because of your account on gitlab.archlinux.org.